-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run integration tests with the new dynamodb lock set up
- Loading branch information
Showing
4 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
FROM python:3.10-alpine | ||
FROM python:alpine | ||
|
||
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 \ | ||
&& update-ca-certificates | ||
RUN pip3 install azure-cli | ||
RUN pip3 install awscli | ||
RUN az config set extension.use_dynamic_install=yes_without_prompt | ||
|
||
ENTRYPOINT ["/bin/bash"] | ||
ENTRYPOINT ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters