Skip to content

Commit

Permalink
Add home folder to zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Nov 19, 2024
1 parent 6e4b03f commit 0885ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks-pod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY ./proxies.host.yaml /home/proxies.host.yaml

RUN chmod +x /home/vsockpx && chmod +x /home/entrypoint.sh && chmod +x /home/sockd && chmod +rwx /home/enclave-cli-1.5.3rc.zip

RUN unzip /enclave-cli-1.5.3rc.zip -d /home/tmp/
RUN unzip /home/enclave-cli-1.5.3rc.zip -d /home/tmp/
RUN chmod a+rwx /home/tmp/enclave-cli-1.5.3rc/*
RUN dnf install -y /home/tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-1.3.5-0.amzn2023.x86_64.rpm
RUN dnf install -y /home/tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-devel-1.3.5-0.amzn2023.x86_64.rpm
Expand Down

0 comments on commit 0885ca5

Please sign in to comment.