We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75283be commit d258265Copy full SHA for d258265
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.14
4
RUN apt-get update -y && apt-get install -y cron logrotate
5
6
# Install aws cli
7
-RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.17.13.zip" -o "awscliv2.zip" && \
+RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.13.zip" -o "awscliv2.zip" && \
8
unzip awscliv2.zip && \
9
./aws/install --update
10
0 commit comments