mirror of
https://github.com/MAGICGrants/arti-docker.git
synced 2026-01-09 20:27:53 -05:00
Merge pull request #3 from MAGICGrants/1.4.2-hidden-services
Build with onion service flag
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /app
|
||||
RUN apk add --no-cache git musl-dev openssl-dev openssl-libs-static sqlite-dev sqlite-static
|
||||
RUN git clone https://gitlab.torproject.org/tpo/core/arti.git .
|
||||
RUN git checkout arti-v${VERSION}
|
||||
RUN cargo build --release
|
||||
RUN cargo build --release --features=onion-service-service
|
||||
|
||||
FROM alpine:latest AS runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user