Skip to content

Commit

Permalink
Docker: alpine-normal: add lzma support [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 15, 2021
1 parent bebb93b commit 5059f2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gdal/docker/alpine-normal/Dockerfile
Expand Up @@ -26,7 +26,7 @@ ARG POPPLER_DEV=poppler-dev
RUN apk add --no-cache \
linux-headers \
curl-dev tiff-dev \
zlib-dev zstd-dev \
zlib-dev zstd-dev xz-dev \
libjpeg-turbo-dev libpng-dev openjpeg-dev libwebp-dev expat-dev \
py3-numpy-dev python3-dev py3-numpy \
${POPPLER_DEV} postgresql-dev \
Expand Down Expand Up @@ -251,6 +251,7 @@ RUN if test "${GDAL_VERSION}" = "master"; then \
fi \
&& ./configure --prefix=/usr --without-libtool \
--with-hide-internal-symbols \
--with-liblzma \
--with-proj=/usr \
--with-libtiff=internal --with-rename-internal-libtiff-symbols \
--with-geotiff=internal --with-rename-internal-libgeotiff-symbols \
Expand Down Expand Up @@ -300,7 +301,7 @@ RUN apk add --no-cache \
libstdc++ \
sqlite-libs \
libcurl tiff \
zlib zstd-libs\
zlib zstd-libs xz-libs \
libjpeg-turbo libpng libwebp expat \
icu-libs \
python3 py3-numpy ${POPPLER} pcre libpq libxml2 portablexdr openjpeg \
Expand Down

0 comments on commit 5059f2e

Please sign in to comment.