Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: add docker in Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: name [email protected]
Co-authored-by: name [email protected]
  • Loading branch information
sindrerh2 committed Mar 29, 2022
1 parent d1c1493 commit 755813a
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
Expand Up @@ -15,7 +15,7 @@ COPY --from=builder /src/bin/salsa /usr/local/bin/
COPY --from=builder /src/salsa-sample.yaml .salsa.yaml
RUN chmod +x /usr/local/bin/salsa

RUN apk add --no-cache ca-certificates git curl
RUN apk add --no-cache ca-certificates git curl docker
RUN curl -L -f https://github.com/sigstore/cosign/releases/download/$COSIGN_VERSION/cosign-linux-amd64 > /usr/local/bin/cosign && chmod +x /usr/local/bin/cosign

RUN apk add --no-cache jq httpie
Expand Down

0 comments on commit 755813a

Please sign in to comment.