File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ RUN dnf -y groupinstall "Development Tools" \
99 && dnf clean all
1010
1111COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
12- RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
12+ RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/
13+ 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
14+
15+ && dnf install -y /tmp/*.rpm
1316# 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
1417
1518RUN systemctl enable docker
You can’t perform that action at this time.
0 commit comments