Skip to content

Commit 2020568

Browse files
committed
Build with onion service flag
1 parent fda8ca8 commit 2020568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
RUN apk add --no-cache git musl-dev openssl-dev openssl-libs-static sqlite-dev sqlite-static
1010
RUN git clone https://gitlab.torproject.org/tpo/core/arti.git .
1111
RUN git checkout arti-v${VERSION}
12-
RUN cargo build --release
12+
RUN cargo build --release --features=onion-service-service
1313

1414
FROM alpine:latest AS runner
1515

0 commit comments

Comments
 (0)