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 c8045b7 commit d4b553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf -y groupinstall "Development Tools" \
ENV S3_BUCKET=troubleshoot-delete-uid2-aws
ENV ZIP_FILE=enclave-cli-1.5.3rc.zip

RUN aws s3 cp s3://$S3_BUCKET/$ZIP_FILE /tmp/ && unzip /tmp/$ZIP_FILE -d /tmp/ && dnf install -y /tmp/*.rpm
aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip /tmp/ && unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm

RUN systemctl enable docker

Expand Down

0 comments on commit d4b553d

Please sign in to comment.