Skip to content

Commit

Permalink
drop gettext, pdal-dev from final image
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Apr 4, 2023
1 parent b3d5f37 commit 52b4f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ ENV GRASSBIN=grass
RUN /bin/bash /scripts/grass_tests.sh && rm -f /scripts/grass_tests.sh \
/tmp/simple.laz /scripts/test_grass_session.py

# delete unused packages
RUN apk del --no-cache gettext pdal-dev

# show installed version
RUN grass --tmp-location XY --exec g.version -rge && \
pdal --version && \
Expand Down

0 comments on commit 52b4f17

Please sign in to comment.