We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca044e6 commit b1e126aCopy full SHA for b1e126a
Dockerfile
@@ -3,7 +3,7 @@ ARG ALPINE_DOCKER_TAG=3.15
3
4
FROM golang:$GOLANG_DOCKER_TAG as builder
5
6
-RUN apk update && apk upgrade && apk add --no-cache make
+RUN apk update && apk upgrade && apk add --no-cache make build-base
7
8
WORKDIR /build
9
COPY . .
0 commit comments