diff --git a/docker-dev/Dockerfile b/docker-dev/Dockerfile index 33ef8be9..89a48a76 100644 --- a/docker-dev/Dockerfile +++ b/docker-dev/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETARCH RUN echo '@previous http://nl.alpinelinux.org/alpine/v3.11/community' >> /etc/apk/repositories RUN apk update && \ apk --no-cache add ca-certificates git bash wget gnupg zip unzip make \ - openssh-client build-base bzr@previous + openssh-client build-base bzr@previous curl # this glibc compatibility module is needed for some downloaded binaries, # such as aws cli, to run in provisioners. diff --git a/docker-prod/Dockerfile b/docker-prod/Dockerfile index e13e02bb..13f2f85e 100644 --- a/docker-prod/Dockerfile +++ b/docker-prod/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest ARG TARGETARCH RUN apk update && \ - apk add ca-certificates git bash openssh-client + apk add ca-certificates git bash openssh-client curl # this glibc compatibility module is needed for some downloaded binaries, # such as aws cli, to run in provisioners.