Skip to content

Commit 8362b1f

Browse files
committed
Add build-base to the dev Docker image
1 parent 0865621 commit 8362b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM golang:1.19-alpine AS dev
22
WORKDIR /cli
3-
RUN apk add git
3+
RUN apk update \
4+
&& apk --no-cache --update add git build-base
45
COPY go.mod go.sum ./
56
RUN go mod download && go mod verify
67
COPY . .

0 commit comments

Comments
 (0)