Fix docker build

This commit is contained in:
Jan Stabenow 2022-07-21 20:20:25 +02:00
parent c3d8c40162
commit 266a62bee8
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133

View File

@ -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 \