Skip to content

Commit

Permalink
Update amazonlinux2023.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd authored Nov 19, 2024
1 parent 6c235a2 commit 8aa56e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8aa56e3

Please sign in to comment.