This repository was archived by the owner on Dec 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN set -x \
5656 && su nobody -s /bin/sh -c " \
5757 export HOME=${tempDir} \
5858 && cd ${tempDir} \
59- && curl -O https://hg.nginx.org/pkg-oss/archive/%%REVISION%%.tar.gz \
59+ && curl -f - O https://hg.nginx.org/pkg-oss/archive/%%REVISION%%.tar.gz \
6060 && PKGOSSCHECKSUM=\"%%PKGOSSCHECKSUM%% *%%REVISION%%.tar.gz\" \
6161 && if [ \"\$(openssl sha512 -r %%REVISION%%.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \
6262 echo \"pkg-oss tarball checksum verification succeeded!\"; \
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN set -x \
6767 && su nobody -s /bin/sh -c " \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
70- && curl -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
70+ && curl -f - O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
7171 && PKGOSSCHECKSUM=\" f917c27702aa89cda46878fc80d446839c592c43ce7f251b3f4ced60c7033d34496a92d283927225d458cbc4f2f89499e7fb16344923317cd7725ad722eaf93e *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7272 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7373 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -x \
6666 && su nobody -s /bin/sh -c " \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
69- && curl -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
69+ && curl -f - O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
7070 && PKGOSSCHECKSUM=\" f917c27702aa89cda46878fc80d446839c592c43ce7f251b3f4ced60c7033d34496a92d283927225d458cbc4f2f89499e7fb16344923317cd7725ad722eaf93e *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7171 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7272 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN set -x \
6767 && su nobody -s /bin/sh -c " \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
70- && curl -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
70+ && curl -f - O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
7171 && PKGOSSCHECKSUM=\" 024718988028320b587f03989b76facff6ba899d9bbb36eeb6564fc2569fc32021427fd35ad24a23d7cec63813227ff2f73c953bbb71786a2d3308e65efaf0b1 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7272 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7373 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -x \
6666 && su nobody -s /bin/sh -c " \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
69- && curl -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
69+ && curl -f - O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
7070 && PKGOSSCHECKSUM=\" 024718988028320b587f03989b76facff6ba899d9bbb36eeb6564fc2569fc32021427fd35ad24a23d7cec63813227ff2f73c953bbb71786a2d3308e65efaf0b1 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7171 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7272 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
You can’t perform that action at this time.
0 commit comments