Skip to content

Commit b1e126a

Browse files
authored
fix docker (#62)
1 parent ca044e6 commit b1e126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG ALPINE_DOCKER_TAG=3.15
33

44
FROM golang:$GOLANG_DOCKER_TAG as builder
55

6-
RUN apk update && apk upgrade && apk add --no-cache make
6+
RUN apk update && apk upgrade && apk add --no-cache make build-base
77

88
WORKDIR /build
99
COPY . .

0 commit comments

Comments
 (0)