Changed to build-base instend of gcc
This commit is contained in:
parent
a24fa29ba8
commit
d96a0006fb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM golang:alpine as builder
|
||||
|
||||
RUN apk add --no-cache gcc libgo git
|
||||
RUN apk add --no-cache git make build-base
|
||||
|
||||
WORKDIR /go/src/git.ucode.space/goshorly
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue