From 8aa56e357d3d98afaa893469b0b189c328f33498 Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:56:50 -0800 Subject: [PATCH] Update amazonlinux2023.Dockerfile --- scripts/aws/pipeline/amazonlinux2023.Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/aws/pipeline/amazonlinux2023.Dockerfile b/scripts/aws/pipeline/amazonlinux2023.Dockerfile index 55310e16a..9a62d4a11 100644 --- a/scripts/aws/pipeline/amazonlinux2023.Dockerfile +++ b/scripts/aws/pipeline/amazonlinux2023.Dockerfile @@ -7,8 +7,9 @@ RUN dnf update -y RUN dnf -y groupinstall "Development Tools" \ && dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \ && dnf clean all - -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 +RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip --region us-east-2 /tmp/ RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ RUN dnf install -y /tmp/*.rpm