tor-relay
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-05-23 13:43:11 -04:00
parent e1bb5739d9
commit 5c2a068e94
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ RUN wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz && \
cd ..
# Compile zlib
RUN wget https://zlib.net/zlib-1.2.12.tar.gz && \
RUN wget https://zlib.net/fossils/zlib-1.2.12.tar.gz && \
tar xf zlib-1.2.12.tar.gz && \
cd zlib-1.2.12 && \
./configure --static --prefix=/tmp/static_tor/install && \