added missing packages

This commit is contained in:
Dolorosus 2022-12-08 18:58:38 +01:00 committed by GitHub
parent a58f4ca346
commit 4974d7f6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ RUN apk add --no-cache git make
RUN go get -v github.com/jteeuwen/go-bindata/go-bindata
WORKDIR /go/cowyo
COPY . .
RUN apk add gcc
RUN apk add musl-dev
RUN make build
FROM alpine:latest