mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-08 20:30:28 +00:00
Update Dockerfile
Removing personal information
This commit is contained in:
parent
983dfdb553
commit
9b67eb7ef2
@ -8,7 +8,6 @@ ENV CGO_ENABLED=0
|
||||
RUN apk add git && ./build && go build -o /src/genkeys cmd/genkeys/main.go
|
||||
|
||||
FROM docker.io/alpine
|
||||
LABEL maintainer="Christer Waren/CWINFO <christer.waren@cwinfo.org>"
|
||||
|
||||
COPY --from=builder /src/yggdrasil /usr/bin/yggdrasil
|
||||
COPY --from=builder /src/yggdrasilctl /usr/bin/yggdrasilctl
|
||||
|
Loading…
Reference in New Issue
Block a user