Skip to content

Commit

Permalink
New lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Nov 19, 2024
1 parent c4097bc commit c6479d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN dnf -y groupinstall "Development Tools" \
COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/
RUN chmod a+rwx /tmp/enclave-cli-1.5.3rc/*
RUN dnf install -y /tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-devel-1.3.5-0.amzn2023.x86_64.rpm && /tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-1.3.5-0.amzn2023.x86_64.rpm
RUN dnf install -y /tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-1.3.5-0.amzn2023.x86_64.rpm
RUN dnf install -y /tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-devel-1.3.5-0.amzn2023.x86_64.rpm

# RUN 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

Expand Down

0 comments on commit c6479d9

Please sign in to comment.