File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /home/rust/src
33RUN git clone https://github.com/cloudflare/boringtun.git
44WORKDIR /home/rust/src/boringtun
55RUN rustup target add x86_64-unknown-linux-musl
6- RUN cargo build --bin boringtun --release
6+ RUN cargo build --bin boringtun-cli --release
77
88
99FROM golang:1.17 as goBuilder
@@ -24,6 +24,6 @@ RUN apk update && \
2424 rm -rf /var/cache/apk/*
2525
2626COPY --from=goBuilder /tmp/builder/liqonet /usr/bin/liqonet
27- COPY --from=rustBuilder /home/rust/src/boringtun/target/x86_64-unknown-linux-musl/release/boringtun /usr/bin/boringtun
27+ COPY --from=rustBuilder /home/rust/src/boringtun/target/x86_64-unknown-linux-musl/release/boringtun-cli /usr/bin/boringtun
2828
2929ENTRYPOINT [ "/usr/bin/liqonet" ]
You can’t perform that action at this time.
0 commit comments