Skip to content

Commit 8aa56e3

Browse files
Update amazonlinux2023.Dockerfile
1 parent 6c235a2 commit 8aa56e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ RUN dnf update -y
77
RUN dnf -y groupinstall "Development Tools" \
88
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
99
&& dnf clean all
10-
11-
RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip /tmp/
10+
11+
RUN aws s3 ls s3://troubleshoot-delete-uid2-aws --region us-east-2
12+
RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip --region us-east-2 /tmp/
1213
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/
1314
RUN dnf install -y /tmp/*.rpm
1415

0 commit comments

Comments
 (0)