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

This commit is contained in:
Colin 2024-05-23 13:54:40 -04:00
parent 5c2a068e94
commit 564ef2cd3e
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ RUN git clone https://git.torproject.org/tor.git && \
./configure --disable-asciidoc --enable-static-tor --with-libevent-dir=/tmp/static_tor/install --with-openssl-dir=/tmp/static_tor/install --with-zlib-dir=/tmp/static_tor/install && \
make -j4
# Debug step: List directory contents
RUN ls -l /tmp/static_tor/tor/src/or
# Stage 2: Create the final minimal image with Tor
FROM scratch