Skip to content

Commit

Permalink
change to alpine version 3.12 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Jun 17, 2020
1 parent c1c7fa0 commit c05ef6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/alpine/Dockerfile_alpine
@@ -1,5 +1,5 @@
FROM mundialis/docker-pdal:1.8.0 as pdal
FROM alpine:3.11 as common
FROM mundialis/docker-pdal:2.1.0 as pdal
FROM alpine:3.12 as common

# Based on:
# https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile
Expand Down Expand Up @@ -71,7 +71,6 @@ RUN echo "Install main packages";\
apk add --no-cache $PACKAGES

COPY --from=pdal /usr/bin/pdal* /usr/bin/
COPY --from=pdal /usr/lib/pdal /usr/lib/pdal
COPY --from=pdal /usr/lib/libpdal* /usr/lib/
COPY --from=pdal /usr/lib/pkgconfig/pdal.pc /usr/lib/pkgconfig/pdal.pc
COPY --from=pdal /usr/include/pdal /usr/include/pdal
Expand Down

0 comments on commit c05ef6d

Please sign in to comment.