Skip to content

Commit

Permalink
ensure the aws cli is on the setup image
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jul 2, 2024
1 parent 023d75c commit ea71eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-alpine3.18

RUN apk add --no-cache bash openssh ca-certificates jq curl openssl perl git zip \
RUN apk add --no-cache aws-cli bash openssh ca-certificates jq curl openssl perl git zip \
&& apk add --no-cache --virtual .build-deps gcc make openssl-dev libffi-dev musl-dev linux-headers \
&& apk add --no-cache libintl icu-libs libc6-compat \
&& apk add --no-cache bash-completion \
Expand Down

0 comments on commit ea71eaa

Please sign in to comment.