Skip to content

Commit

Permalink
Adding ssh to goreleaser dockerfile
Browse files Browse the repository at this point in the history
There are 2 goreleaser dockerfiles, this is the one used in the build
  • Loading branch information
mscoutermarsh committed Dec 7, 2023
1 parent f547a90 commit 297db76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ARG GORELEASE_CROSS_VERSION=v1.21.3
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}

RUN apt-get update && apt-get install -y openssh-client

ARG SYFT_VERSION=0.94.0
RUN wget -O syft.deb https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_linux_amd64.deb && dpkg -i syft.deb

0 comments on commit 297db76

Please sign in to comment.