Skip to content

Commit 513cf02

Browse files
fix: need curl to download golangci/golangci-lint (#212)
1 parent 07d0698 commit 513cf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockerfiles/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG GO_VERSION
22
FROM golang:$GO_VERSION-alpine3.10 as builder
33
# hadolint ignore=DL3018
4-
RUN apk add --no-cache make gcc libc-dev git
4+
RUN apk add --no-cache make gcc libc-dev git curl
55
WORKDIR /go/src/github.com/optimizely/agent
66
COPY . .
77
RUN make setup build

0 commit comments

Comments
 (0)