File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -x \
5353 libc-dev \
5454 make \
5555 openssl-dev \
56- pcre -dev \
56+ pcre2 -dev \
5757 zlib-dev \
5858 linux-headers \
5959 libxslt-dev \
@@ -68,7 +68,7 @@ RUN set -x \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
7070 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
71- && PKGOSSCHECKSUM=\" f917c27702aa89cda46878fc80d446839c592c43ce7f251b3f4ced60c7033d34496a92d283927225d458cbc4f2f89499e7fb16344923317cd7725ad722eaf93e *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
71+ && PKGOSSCHECKSUM=\" b0ed109a820a2e8921f313d653032b8e70d3020138d634039ebb9194dc3968493f6eb4d85bdbf18d2aea7229deddb98ca0f1d9825defcc5af45f68ee37845232 *${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!\" ; \
7474 else \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -x \
5252 libc-dev \
5353 make \
5454 openssl-dev \
55- pcre -dev \
55+ pcre2 -dev \
5656 zlib-dev \
5757 linux-headers \
5858 libxslt-dev \
@@ -67,7 +67,7 @@ RUN set -x \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
6969 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
70- && PKGOSSCHECKSUM=\" f917c27702aa89cda46878fc80d446839c592c43ce7f251b3f4ced60c7033d34496a92d283927225d458cbc4f2f89499e7fb16344923317cd7725ad722eaf93e *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
70+ && PKGOSSCHECKSUM=\" b0ed109a820a2e8921f313d653032b8e70d3020138d634039ebb9194dc3968493f6eb4d85bdbf18d2aea7229deddb98ca0f1d9825defcc5af45f68ee37845232 *${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!\" ; \
7373 else \
You can’t perform that action at this time.
0 commit comments