Skip to content

Commit

Permalink
install syft [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 31, 2023
1 parent 519ff90 commit 88c9a87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/goreleaser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ ENV NODE_MAJOR=20
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

RUN apt-get update && apt-get install -y nodejs

# Install syft

RUN curl -sSfL https://github.com/raw/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

0 comments on commit 88c9a87

Please sign in to comment.