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 c2b3837 commit 705d6e3Copy full SHA for 705d6e3
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
-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 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
12
13
RUN systemctl enable docker
14
0 commit comments