Skip to content

Commit

Permalink
add zstd and xz to alping Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 3, 2017
1 parent d06fb01 commit 49d23e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/docker/master/alpine/Dockerfile
Expand Up @@ -29,6 +29,8 @@ RUN \
laszip-dev \
libspatialite-dev \
cython-dev \
xz-dev \
zstd-dev \
py-packaging \
; \
apk add --no-cache \
Expand All @@ -45,6 +47,8 @@ RUN \
hdf5 \
proj4 \
cpd \
zstd \
xz \
fgt \
sqlite \
postgresql \
Expand Down

0 comments on commit 49d23e0

Please sign in to comment.