Skip to content

Commit

Permalink
install libgdal32
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde authored Mar 16, 2024
1 parent 2565255 commit d3ef802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MAINTAINER Nils Nolde <nils@gis-ops.com>

RUN apt-get update > /dev/null && \
export DEBIAN_FRONTEND=noninteractive && \
apt-get install -y libluajit-5.1-2 \
apt-get install -y libluajit-5.1-2 libgdal32 \
libzmq5 libczmq4 spatialite-bin libprotobuf-lite32 sudo locales \
libsqlite3-0 libsqlite3-mod-spatialite libcurl4 \
python3.11-minimal python3-distutils curl unzip moreutils jq spatialite-bin python-is-python3 > /dev/null
Expand Down

0 comments on commit d3ef802

Please sign in to comment.