tor-relay
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
2421138c31
commit
e1bb5739d9
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue