tor-relay
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-05-23 15:10:44 -04:00
parent ac1457813e
commit 333b217fbe
1 changed files with 3 additions and 3 deletions

View File

@ -57,14 +57,14 @@ 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 && \ ./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 make -j4
# Debug step: List directory contents # Debug step: List broader directory contents
RUN ls -l /tmp/static_tor/tor/src/or RUN ls -l /tmp/static_tor/tor/src
RUN ls -l /tmp/static_tor/tor/src/app RUN ls -l /tmp/static_tor/tor/src/app
# Stage 2: Create the final image for testing with Alpine # Stage 2: Create the final image for testing with Alpine
FROM alpine:latest FROM alpine:latest
# Copy the statically compiled Tor binary # Copy the statically compiled Tor binary (adjust path based on debug output)
COPY --from=builder /tmp/static_tor/tor/src/app/tor /usr/local/bin/tor COPY --from=builder /tmp/static_tor/tor/src/app/tor /usr/local/bin/tor
# Copy the torrc configuration file # Copy the torrc configuration file