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

This commit is contained in:
Colin 2024-05-23 11:50:08 -04:00
parent c6f62dfc63
commit f9b904b4f2
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ RUN apk update && \
zlib-dev \ zlib-dev \
asciidoc \ asciidoc \
xmlto \ xmlto \
git git \
automake \
autoconf \
libtool
# Download and compile Tor # Download and compile Tor
RUN git clone https://git.torproject.org/tor.git && \ RUN git clone https://git.torproject.org/tor.git && \