mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-12 18:01:51 +00:00
Update Dockerfile
ENV CGO_ENABLED=0
This commit is contained in:
parent
566f3a9d50
commit
712ec7d3fb
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ FROM docker.io/golang:alpine as builder
|
|||
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
RUN apk add git && ./build
|
||||
|
||||
FROM docker.io/alpine
|
||||
|
|
Loading…
Reference in a new issue