File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN chmod a+X /root
53
53
# Convenience list of versions and variables for compilation later on
54
54
# This helps continuing manually if anything breaks.
55
55
ENV SSL_VER="1.1.1w" \
56
- CURL_VER="8.4 .0" \
56
+ CURL_VER="8.6 .0" \
57
57
ZLIB_VER="1.3.1" \
58
58
PQ_VER="11.12" \
59
59
SQLITE_VER="3450100" \
@@ -104,7 +104,7 @@ RUN curl -sSL https://curl.se/download/curl-$CURL_VER.tar.gz | tar xz && \
104
104
CC="musl-gcc -fPIC -pie" LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure \
105
105
--enable-shared=no --with-zlib --enable-static=ssl --enable-optimize --prefix=$PREFIX \
106
106
--with-ca-path=/etc/ssl/certs/ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ca-fallback \
107
- --with-openssl && \
107
+ --with-openssl --without-libpsl && \
108
108
make -j$(nproc) curl_LDFLAGS="-all-static" && make install && \
109
109
cd .. && rm -rf curl-$CURL_VER
110
110
You can’t perform that action at this time.
0 commit comments