Skip to content

Commit c540540

Browse files
committed
Try using the HTTP URL to see if it fixes the build
1 parent 74a6189 commit c540540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENV VERSION_ZLIB=1.3
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \
83-
curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
83+
curl -Ls http://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
8484
| tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
8585
WORKDIR ${ZLIB_BUILD_DIR}/
8686
RUN set -xe; \

0 commit comments

Comments
 (0)