We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75989d4 commit 50f1b04Copy full SHA for 50f1b04
jenkins-agent/Dockerfile
@@ -28,7 +28,7 @@ RUN python3 -m pip install --user --no-cache-dir -U pylint pytest checkov awscli
28
FROM jenkins/ssh-agent:4.1.0-jdk11
29
RUN apt-get update && \
30
apt-get -y --no-install-recommends install unzip python3 npm git curl jq make && \
31
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" && \
32
unzip awscliv2.zip && \
33
apt-get -y purge unzip && \
34
/home/jenkins/aws/install && \
0 commit comments