This commit is contained in:
parent
fa79ceae9e
commit
fa757372cb
@ -10,6 +10,12 @@ COPY wg-event-gen/ /build
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM frolvlad/alpine-glibc AS test
|
||||
|
||||
COPY --from=eventbuild /build/target/release/wg-event-gen /usr/bin/
|
||||
|
||||
RUN echo "2df798799c5049324174c4df0189695d -" > test.md5 && wg-event-gen | md5sum -c test.md5
|
||||
|
||||
FROM golang AS build
|
||||
|
||||
COPY wireguard-go /go/src/wireguard
|
||||
|
Loading…
x
Reference in New Issue
Block a user