Skip to content

Commit feb02da

Browse files
aleoliadamjensenbot
authored andcommitted
fix liqonet dockerfile
1 parent dad630d commit feb02da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/liqonet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /home/rust/src
33
RUN git clone https://github.com/cloudflare/boringtun.git
44
WORKDIR /home/rust/src/boringtun
55
RUN 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

99
FROM golang:1.17 as goBuilder
@@ -24,6 +24,6 @@ RUN apk update && \
2424
rm -rf /var/cache/apk/*
2525

2626
COPY --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

2929
ENTRYPOINT [ "/usr/bin/liqonet" ]

0 commit comments

Comments
 (0)