We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c1aac commit 47a7ab3Copy full SHA for 47a7ab3
scripts/aws/pipeline/amazonlinux2023.Dockerfile
@@ -8,7 +8,7 @@ RUN dnf -y groupinstall "Development Tools" \
8
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
9
&& dnf clean all
10
11
-COPY enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
+COPY ./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
13
# 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
14
0 commit comments