We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e7d6f commit b3a71b3Copy full SHA for b3a71b3
Dockerfile
@@ -89,7 +89,7 @@ RUN curl -sSL https://www.openssl.org/source/old/1.0.2/openssl-$SSL_VER.tar.gz |
89
90
# Build curl (needs with-zlib and all this stuff to allow https)
91
# curl_LDFLAGS needed on stretch to avoid fPIC errors - though not sure from what
92
-RUN curl -sSL https://curl.haxx.se/download/curl-$CURL_VER.tar.gz | tar xz && \
+RUN curl -sSL https://curl.se/download/curl-$CURL_VER.tar.gz | tar xz && \
93
cd curl-$CURL_VER && \
94
CC="musl-gcc -fPIC -pie" LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure \
95
--enable-shared=no --with-zlib --enable-static=ssl --enable-optimize --prefix=$PREFIX \
0 commit comments