docker image: Install python3-jsonschema

This commit is contained in:
Tee KOBAYASHI 2022-01-13 21:02:55 +09:00 committed by Leonid Pliushch
parent d79be5f640
commit 19563a614b
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@ PACKAGES+=" triehash"
# Needed by aspell dictionaries.
PACKAGES+=" aspell"
# Needed by package kphp.
PACKAGES+=" python3-jsonschema"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""