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 4dc838e commit a352447Copy full SHA for a352447
docker/Dockerfile
@@ -95,7 +95,7 @@ RUN export SWIG_ROOT=swig-4.0.2 && \
95
export SWIG_DOWNLOAD_URL=https://sourceforge.net/projects/swig/files/swig/${SWIG_ROOT} && \
96
export PCRE_ROOT=pcre-8.45 && \
97
export PCRE_HASH=4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 && \
98
- export PCRE_DOWNLOAD_URL=https://ftp.pcre.org/pub/pcre && \
+ export PCRE_DOWNLOAD_URL=https://sourceforge.net/projects/pcre/files/pcre/8.45 && \
99
manylinux-entrypoint /build_scripts/build-swig.sh
100
101
0 commit comments