We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbebabc commit dc665b5Copy full SHA for dc665b5
Dockerfile
@@ -8,6 +8,7 @@ RUN apk add --no-cache curl unzip make git build-base && \
8
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
9
unzip awscliv2.zip && \
10
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
11
+ export PATH="/usr/local/bin:$PATH" && \
12
rm -rf aws awscliv2.zip
13
14
# Verify AWS CLI installation
0 commit comments