Fix docker build
This commit is contained in:
parent
c3d8c40162
commit
266a62bee8
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ ARG BUILD_IMAGE=alpine:3.15
|
||||||
|
|
||||||
FROM $GOLANG_IMAGE as builder
|
FROM $GOLANG_IMAGE as builder
|
||||||
|
|
||||||
|
ENV CGO_ENABLED=0
|
||||||
|
ENV GOOS=linux
|
||||||
|
ENV GOARCH=""
|
||||||
|
|
||||||
COPY . /dist/core
|
COPY . /dist/core
|
||||||
|
|
||||||
RUN apk add \
|
RUN apk add \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue