Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Matías Aereal Aeón <[email protected]>
  • Loading branch information
reynico and mattaereal authored Oct 3, 2024
1 parent 5386d11 commit 0e693c9
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 @@ -165,7 +165,7 @@ RUN sudo wget -qO /usr/local/bin/clair https://github.com/quay/clair/releases/do
&& sudo chmod +x /usr/local/bin/clair

# Install snyk
RUN ARCH=$(dpkg --print-architecture) \
RUN pnpm install -g snyk
&& if [ "$ARCH" = "amd64" ]; then \
sudo wget -qO /usr/local/bin/snyk https://github.com/snyk/cli/releases/download/v1.1293.1/snyk-linux; \
elif [ "$ARCH" = "arm64" ]; then \
Expand Down

0 comments on commit 0e693c9

Please sign in to comment.