Fix docker build
This commit is contained in:
parent
c3d8c40162
commit
266a62bee8
@ -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…
x
Reference in New Issue
Block a user