mirror of
https://github.com/datarhei/core.git
synced 2025-09-29 13:22:30 +08:00
Fix docker build
This commit is contained in:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user