We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a6189 commit c540540Copy full SHA for c540540
php-80/Dockerfile
@@ -80,7 +80,7 @@ ENV VERSION_ZLIB=1.3
80
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
81
RUN set -xe; \
82
mkdir -p ${ZLIB_BUILD_DIR}; \
83
- curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
+ curl -Ls http://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
84
| tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
85
WORKDIR ${ZLIB_BUILD_DIR}/
86
0 commit comments