mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-12 18:01:51 +00:00
Update Dockerfile
Removing personal information
This commit is contained in:
parent
983dfdb553
commit
9b67eb7ef2
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ ENV CGO_ENABLED=0
|
||||||
RUN apk add git && ./build && go build -o /src/genkeys cmd/genkeys/main.go
|
RUN apk add git && ./build && go build -o /src/genkeys cmd/genkeys/main.go
|
||||||
|
|
||||||
FROM docker.io/alpine
|
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/yggdrasil /usr/bin/yggdrasil
|
||||||
COPY --from=builder /src/yggdrasilctl /usr/bin/yggdrasilctl
|
COPY --from=builder /src/yggdrasilctl /usr/bin/yggdrasilctl
|
||||||
|
|
Loading…
Reference in a new issue