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 6c235a2 commit 8aa56e3Copy full SHA for 8aa56e3
scripts/aws/pipeline/amazonlinux2023.Dockerfile
@@ -7,8 +7,9 @@ RUN dnf update -y
7
RUN dnf -y groupinstall "Development Tools" \
8
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
9
&& dnf clean all
10
-
11
-RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip /tmp/
+
+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/
13
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/
14
RUN dnf install -y /tmp/*.rpm
15
0 commit comments