diff --git a/Dockerfile b/Dockerfile index 8275dc79e..153dae289 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ RUN apk add --no-cache bash \ # install cosign COPY --from=gcr.io/projectsigstore/cosign:v1.12.1@sha256:ac8e08a2141e093f4fd7d1d0b05448804eb3771b66574b13ad73e31b460af64d /ko-app/cosign /usr/bin/cosign +# install syft +RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/v0.84.1/install.sh | sh -s -- -b /usr/local/bin + ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"] CMD [ "-h" ]