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 8b47236 commit f4f966c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ RUN ARCH=$(dpkg --print-architecture) \

# Install Grype
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b /usr/local/bin
&& wget -q https://github.com/anchore/grype/releases/download/v0.81.0/grype_0.81.0_linux_$ARCH.deb \
&& sudo dpkg -i grype_0.81.0_linux_$ARCH.deb \
&& rm grype_0.81.0_linux_$ARCH.deb

Expand Down

0 comments on commit f4f966c

Please sign in to comment.