File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
9090# Download and upack the source code
91- curl -Ls http ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+ curl -Ls https ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393
9494# Move into the unpackaged code directory
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
9090# Download and upack the source code
91- curl -Ls http ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+ curl -Ls https ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393
9494# Move into the unpackaged code directory
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
9090# Download and upack the source code
91- curl -Ls http ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
91+ curl -Ls https ://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9292 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
9393
9494# Move into the unpackaged code directory
You can’t perform that action at this time.
0 commit comments