Skip to content

Commit

Permalink
Cleanup output
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Jun 11, 2024
1 parent a1c0ed7 commit 1cfdb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-actions/actions-runner-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ARG AWS_CLI_VERSION=2.15.61
RUN \
if [ "$(uname -m)" = "arm64" ]; then export TARGETARCH="aarch64"; else export TARGETARCH="x86_64"; fi \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-${TARGETARCH}-${AWS_CLI_VERSION}.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
&& ./aws/install \
&& unzip -qq awscliv2.zip \
&& ./aws/install > /dev/null \
&& rm -rf \
/usr/local/aws-cli/v2/current/dist/aws_completer \
/usr/local/aws-cli/v2/current/dist/awscli/data/ac.index \
Expand Down

0 comments on commit 1cfdb52

Please sign in to comment.