Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever authored Nov 21, 2024
1 parent 42d8037 commit 96fb63e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ RUN set -x \
&& mv sonar-scanner-*-macosx sonarscanner-cli-macosx \
# Install skopeo
&& chmod +x skopeo \
# Install zstd
&& wget -q -O zstd-cli-macosx.tar.gz "https://github.com/screwdriver-cd/sd-packages/releases/download/v0.0.40/zstd-cli-macosx.tar.gz" \
&& tar -C . -ozxvf zstd-cli-linux.tar.gz \
# Install zstd linux
&& mv zstd zstd-cli-linux \
&& chmod +x zstd-cli-linux \
# Install zstd for mac
&& wget -q -O zstd-cli-macosx.tar.gz "https://github.com/screwdriver-cd/sd-packages/releases/download/v0.0.40/zstd-cli-macosx.tar.gz" \
&& tar -C . -ozxvf zstd-cli-macosx.tar.gz \
&& mv zstd zstd-cli-macosx \
&& chmod +x zstd-cli-linux \
&& chmod +x zstd-cli-macosx \
# Cleanup Skopeo and Sonar scanner cli files
&& rm -rf /opt/sd/skopeo-linux.tar.gz /opt/sd/sonarscanner-cli-linux.zip /opt/sd/sonarscanner-cli-macosx.zip /opt/sd/sonar-scanner-*-linux /opt/sd/sonar-scanner-*-macosx \
Expand Down

0 comments on commit 96fb63e

Please sign in to comment.