We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d0698 commit 513cf02Copy full SHA for 513cf02
scripts/dockerfiles/Dockerfile.alpine
@@ -1,7 +1,7 @@
1
ARG GO_VERSION
2
FROM golang:$GO_VERSION-alpine3.10 as builder
3
# hadolint ignore=DL3018
4
-RUN apk add --no-cache make gcc libc-dev git
+RUN apk add --no-cache make gcc libc-dev git curl
5
WORKDIR /go/src/github.com/optimizely/agent
6
COPY . .
7
RUN make setup build
0 commit comments