Skip to content

Commit

Permalink
Make awscli installation architecture dependent (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdfool2 committed Apr 2, 2023
1 parent 75989d4 commit 50f1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN python3 -m pip install --user --no-cache-dir -U pylint pytest checkov awscli
FROM jenkins/ssh-agent:4.1.0-jdk11
RUN apt-get update && \
apt-get -y --no-install-recommends install unzip python3 npm git curl jq make && \
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" && \
unzip awscliv2.zip && \
apt-get -y purge unzip && \
/home/jenkins/aws/install && \
Expand Down

0 comments on commit 50f1b04

Please sign in to comment.