Skip to content

Commit 47a7ab3

Browse files
committed
Another path change
1 parent 11c1aac commit 47a7ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dnf -y groupinstall "Development Tools" \
88
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
99
&& dnf clean all
1010

11-
COPY enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
11+
COPY ./scripts/aws/pipeline/enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
1212
RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
1313
# 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
1414

0 commit comments

Comments
 (0)