Skip to content

Commit d258265

Browse files
committed
x86
1 parent 75283be commit d258265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3.14
44
RUN apt-get update -y && apt-get install -y cron logrotate
55

66
# Install aws cli
7-
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.17.13.zip" -o "awscliv2.zip" && \
7+
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.13.zip" -o "awscliv2.zip" && \
88
unzip awscliv2.zip && \
99
./aws/install --update
1010

0 commit comments

Comments
 (0)