Skip to content

Commit

Permalink
fix: fix binary name (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever authored Nov 21, 2024
1 parent 6e23ed9 commit 0e8b012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -x \
# Download skopeo
&& wget -q -O skopeo-linux.tar.gz "https://github.com/screwdriver-cd/sd-packages/releases/download/v0.0.40/skopeo-linux-aarch64.tar.gz" \
&& tar -C . -ozxvf skopeo-linux.tar.gz \
&& mv skopeo.linux.aarch64 skopeo \
&& mv skopeo.linux.arm64 skopeo \
# Download sonar scanner cli any
&& wget -O sonarscanner-cli-any.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006.zip" \
&& unzip -q sonarscanner-cli-any.zip \
Expand Down

0 comments on commit 0e8b012

Please sign in to comment.