Skip to content

Commit 28b8c3e

Browse files
Update amazonlinux2023.Dockerfile
1 parent d4b553d commit 28b8c3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN dnf update -y
77
RUN dnf -y groupinstall "Development Tools" \
88
&& dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 \
99
&& dnf clean all
10-
11-
ENV S3_BUCKET=troubleshoot-delete-uid2-aws
12-
ENV ZIP_FILE=enclave-cli-1.5.3rc.zip
1310

1411
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
1512

0 commit comments

Comments
 (0)