Skip to content

Commit

Permalink
Removing clair
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaereal committed Oct 8, 2024
1 parent e7456ca commit 829667f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ RUN wget -qO - https://github.com/checkmarx/2ms/releases/latest/download/linux-$
funzip - | sudo tee /usr/local/bin/2ms > /dev/null \
&& sudo chmod +x /usr/local/bin/2ms

# Install clair
RUN sudo wget -qO /usr/local/bin/clair https://github.com/quay/clair/releases/download/v4.7.4/clairctl-linux-$(dpkg --print-architecture) \
&& sudo chmod +x /usr/local/bin/clair
# # Install clair
# RUN sudo wget -qO /usr/local/bin/clair https://github.com/quay/clair/releases/download/v4.7.4/clairctl-linux-$(dpkg --print-architecture) \
# && sudo chmod +x /usr/local/bin/clair

# Install Grype
RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b /usr/local/bin
Expand Down

0 comments on commit 829667f

Please sign in to comment.