mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
docker file curl fix
This commit is contained in:
parent
0321b73448
commit
215990860b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ WORKDIR /src
|
|||
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
RUN apk add --no-cache git curl && ./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
|
||||
|
||||
COPY --from=builder /src/yggdrasil /usr/bin/yggdrasil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue