Skip to content

Commit

Permalink
Merge pull request #11358 from camptocamp/fix-master
Browse files Browse the repository at this point in the history
Fix master
  • Loading branch information
sbrunner authored Sep 4, 2024
2 parents 699caf0 + 6c09da7 commit 89647f1
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 @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes --no-install-recommends \
binutils gcc g++ \
&& PIP_NO_BINARY=fiona,rasterio GDAL_CONFIG=/usr/bin/gdal-config PROJ_DIR=/usr/local/ python3 -m pip install \
&& PIP_NO_BINARY=fiona GDAL_CONFIG=/usr/bin/gdal-config PROJ_DIR=/usr/local/ python3 -m pip install \
--disable-pip-version-check --no-deps --requirement=/poetry/requirements.txt \
&& strip /usr/local/lib/python3.*/dist-packages/*/*.so \
&& apt-get auto-remove --assume-yes binutils gcc g++ \
Expand Down

0 comments on commit 89647f1

Please sign in to comment.