mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +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
|
||||
|
||||
ENV CGO_ENABLED=0
|
||||
ENV GOOS=linux
|
||||
ENV GOARCH=""
|
||||
|
||||
COPY . /dist/core
|
||||
|
||||
RUN apk add \
|
||||
|
Reference in New Issue
Block a user