Skip to content

Commit

Permalink
Merge pull request #161 from simon-swanson-leapyear/issue-159/swan/ad…
Browse files Browse the repository at this point in the history
…d-curl

Add curl to images
  • Loading branch information
ljfranklin authored Sep 2, 2021
2 parents ed7d2b2 + 4794426 commit 5f74123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f74123

Please sign in to comment.