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 6e4b03f commit 0885ca5Copy full SHA for 0885ca5
scripts/aws/eks-pod/Dockerfile
@@ -34,7 +34,7 @@ COPY ./proxies.host.yaml /home/proxies.host.yaml
34
35
RUN chmod +x /home/vsockpx && chmod +x /home/entrypoint.sh && chmod +x /home/sockd && chmod +rwx /home/enclave-cli-1.5.3rc.zip
36
37
-RUN unzip /enclave-cli-1.5.3rc.zip -d /home/tmp/
+RUN unzip /home/enclave-cli-1.5.3rc.zip -d /home/tmp/
38
RUN chmod a+rwx /home/tmp/enclave-cli-1.5.3rc/*
39
RUN dnf install -y /home/tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-1.3.5-0.amzn2023.x86_64.rpm
40
RUN dnf install -y /home/tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-devel-1.3.5-0.amzn2023.x86_64.rpm
0 commit comments