add system dependency libgal-dev explicitly

This commit is contained in:
Lukas Grossberger 2024-06-27 21:34:25 +02:00
parent 6344bc1382
commit 187faf6cd5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG PLZ_DATA=Postleitzahlengebiete_-_OSM.geojson
ARG PLZ_HIGHLIGHT=wtf_member_plz_prefixes.json
# Set up environment with dependencies
RUN apt-get update && apt-get install libblas-dev python3-pip libgeos-dev wget optipng imagemagick -y
RUN apt-get update && apt-get install libblas-dev python3-pip libgeos-dev libgdal-dev wget optipng imagemagick -y
COPY requirements.txt ./
RUN pip install -r requirements.txt