Skip to content

Commit

Permalink
build: remove libgdal from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 1, 2023
1 parent 01b0d3c commit b3dbf1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ RUN set -ex \
"libspatialindex-dev" \
"libproj-dev" \
"libgeos-dev" \
"libgdal-dev" \
&& rm -rf /var/lib/apt/lists/*
COPY --from=extract-deps --chown=appuser \
/opt/python/requirements.txt /opt/python/
Expand Down Expand Up @@ -107,7 +106,6 @@ RUN set -ex \
"libspatialindex-c6" \
"libproj25" \
"libgeos-c1v5" \
"libgdal32" \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build \
/root/.local \
Expand Down

0 comments on commit b3dbf1f

Please sign in to comment.