Skip to content

Commit

Permalink
build image correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rcohencyberarmor committed Nov 10, 2022
1 parent bd17bc0 commit 7ee478c
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
@@ -1,6 +1,6 @@
FROM ubuntu:latest as builder

RUN apt update && apt install git curl cmake make libelf-dev -y
RUN apt update && apt install git curl llvm clang cmake make libelf-dev golang-go -y
RUN git clone https://github.com/anchore/grype.git /etc/grype_sc
WORKDIR /etc/grype_sc
RUN ./install.sh v0.49.0
Expand Down

0 comments on commit 7ee478c

Please sign in to comment.