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 ..
|
cd ..
|
||||||
|
|
||||||
# Compile zlib
|
# Compile zlib
|
||||||
RUN wget http://zlib.net/zlib-1.2.11.tar.gz && \
|
RUN wget https://zlib.net/zlib-1.2.12.tar.gz && \
|
||||||
tar xf zlib-1.2.11.tar.gz && \
|
tar xf zlib-1.2.12.tar.gz && \
|
||||||
cd zlib-1.2.11 && \
|
cd zlib-1.2.12 && \
|
||||||
./configure --static --prefix=/tmp/static_tor/install && \
|
./configure --static --prefix=/tmp/static_tor/install && \
|
||||||
make -j4 && \
|
make -j4 && \
|
||||||
make install && \
|
make install && \
|
||||||
|
|
Loading…
Reference in New Issue