Skip to content

Commit e073382

Browse files
committed
docker/ubuntu-full/Dockerfile: install python3-jsonschema
Fixes OSGeo#11953
1 parent f9c9875 commit e073382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/ubuntu-full/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
552552
python-is-python3 \
553553
# pil for antialias option of gdal2tiles
554554
python3-pil \
555+
# for validate_geoparquet.py (cf https://github.com/OSGeo/gdal/issues/11953)
556+
python3-jsonschema \
555557
# Install JRE with --no-install-recommends, otherwise it draws default-jre, which draws systemd, which fails to install when running the arm64v8/ubuntu:24.04 image on a 64bit host
556558
&& apt-get install -y --no-install-recommends openjdk-"$JAVA_VERSION"-jre \
557559
# Install Arrow C++

0 commit comments

Comments
 (0)