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

This commit is contained in:
Colin 2024-05-23 13:21:30 -04:00
parent 2421138c31
commit e1bb5739d9
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ RUN wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz && \
cd ..
# Compile zlib
RUN wget http://zlib.net/zlib-1.2.11.tar.gz && \
tar xf zlib-1.2.11.tar.gz && \
cd zlib-1.2.11 && \
RUN wget https://zlib.net/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 && \
make -j4 && \
make install && \