Skip to content

Commit

Permalink
Merge pull request #776 from planetscale/add-ssh-goreleaser
Browse files Browse the repository at this point in the history
Adding ssh to goreleaser dockerfile
  • Loading branch information
mscoutermarsh authored Dec 7, 2023
2 parents f547a90 + 297db76 commit 3d6e24e
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 3d6e24e

Please sign in to comment.