Skip to content

Commit 51af86e

Browse files
committed
Grant access to tmp files
1 parent 71bd54d commit 51af86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN dnf -y groupinstall "Development Tools" \
1010

1111
COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
1212
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/
13+
RUN chmod a+rwx /tmp/enclave-cli-1.5.3rc/*
1314
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
1415

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

0 commit comments

Comments
 (0)