We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda8ca8 commit 2020568Copy full SHA for 2020568
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
RUN apk add --no-cache git musl-dev openssl-dev openssl-libs-static sqlite-dev sqlite-static
10
RUN git clone https://gitlab.torproject.org/tpo/core/arti.git .
11
RUN git checkout arti-v${VERSION}
12
-RUN cargo build --release
+RUN cargo build --release --features=onion-service-service
13
14
FROM alpine:latest AS runner
15
0 commit comments