Skip to content

Commit 8d5ad2d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=1.4.2
1+
ARG VERSION=1.4.1
22

33
FROM rust:1.84-alpine AS builder
44

@@ -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)