Skip to content

Commit dc665b5

Browse files
authored
Update Dockerfile
1 parent fbebabc commit dc665b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk add --no-cache curl unzip make git build-base && \
88
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
99
unzip awscliv2.zip && \
1010
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
11+
export PATH="/usr/local/bin:$PATH" && \
1112
rm -rf aws awscliv2.zip
1213

1314
# Verify AWS CLI installation

0 commit comments

Comments
 (0)