Skip to content

Commit 0885ca5

Browse files
committed
Add home folder to zip path
1 parent 6e4b03f commit 0885ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/eks-pod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY ./proxies.host.yaml /home/proxies.host.yaml
3434

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

37-
RUN unzip /enclave-cli-1.5.3rc.zip -d /home/tmp/
37+
RUN unzip /home/enclave-cli-1.5.3rc.zip -d /home/tmp/
3838
RUN chmod a+rwx /home/tmp/enclave-cli-1.5.3rc/*
3939
RUN dnf install -y /home/tmp/enclave-cli-1.5.3rc/aws-nitro-enclaves-cli-1.3.5-0.amzn2023.x86_64.rpm
4040
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

Comments
 (0)