This commit is contained in:
parent
c119cebcf9
commit
299ba5a5dd
@ -37,11 +37,11 @@ COPY boringtun/Cargo.* /build/boringtun/
|
|||||||
|
|
||||||
WORKDIR /build/boringtun
|
WORKDIR /build/boringtun
|
||||||
|
|
||||||
RUN cargo build && rm -rf src Cargo.*
|
RUN cargo build --release && rm -rf src Cargo.*
|
||||||
|
|
||||||
COPY boringtun/ /build/boringtun/
|
COPY boringtun/ /build/boringtun/
|
||||||
|
|
||||||
RUN cargo install --path . --debug
|
RUN cargo install --path .
|
||||||
|
|
||||||
|
|
||||||
FROM frolvlad/alpine-glibc
|
FROM frolvlad/alpine-glibc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user