Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Add curl to aztecprotocol/alpine-build-image (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino authored Apr 12, 2023
1 parent 4b7995b commit afed1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This build image is used for launching the small docker executor in Circle CI.
# We only ever use this executor for launching powerful EC2 instances, as it's the cheapest option.
FROM alpine:latest
RUN apk add --no-cache python3 py3-pip git openssh-client ca-certificates jq bash \
RUN apk add --no-cache python3 py3-pip git openssh-client ca-certificates jq bash curl \
&& pip3 install --upgrade pip \
&& pip3 install --no-cache-dir awscli
&& pip3 install --no-cache-dir awscli

0 comments on commit afed1f9

Please sign in to comment.