File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
8383 curl -Ls https://github.com/madler/zlib/releases/download/v${VERSION_ZLIB}/zlib-${VERSION_ZLIB}.tar.gz \
84- | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
84+ | tar xzC ${ZLIB_BUILD_DIR} --strip-components=1
8585WORKDIR ${ZLIB_BUILD_DIR}/
8686RUN set -xe; \
8787 make distclean \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
8383 curl -Ls https://github.com/madler/zlib/releases/download/v${VERSION_ZLIB}/zlib-${VERSION_ZLIB}.tar.gz \
84- | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
84+ | tar xzC ${ZLIB_BUILD_DIR} --strip-components=1
8585WORKDIR ${ZLIB_BUILD_DIR}/
8686RUN set -xe; \
8787 make distclean \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
8383 curl -Ls https://github.com/madler/zlib/releases/download/v${VERSION_ZLIB}/zlib-${VERSION_ZLIB}.tar.gz \
84- | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
84+ | tar xzC ${ZLIB_BUILD_DIR} --strip-components=1
8585WORKDIR ${ZLIB_BUILD_DIR}/
8686RUN set -xe; \
8787 make distclean \
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8282RUN set -xe; \
8383 mkdir -p ${ZLIB_BUILD_DIR}; \
8484 curl -Ls https://github.com/madler/zlib/releases/download/v${VERSION_ZLIB}/zlib-${VERSION_ZLIB}.tar.gz \
85- | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
85+ | tar xzC ${ZLIB_BUILD_DIR} --strip-components=1
8686WORKDIR ${ZLIB_BUILD_DIR}/
8787RUN set -xe; \
8888 make distclean \
You can’t perform that action at this time.
0 commit comments