Update complete/Dockerfile
Some checks failed
/ build-go (push) Failing after 21s
/ build-kaniko (push) Failing after 36s
/ build-complete (push) Failing after 36s
/ build-golang-ci-lint (push) Has been cancelled
/ build-trivy (push) Has been cancelled

This commit is contained in:
richardrobertreitz 2024-12-16 11:14:53 +00:00
parent a4c756ce17
commit fc8d15d013

View file

@ -10,6 +10,12 @@ RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/bin latest
RUN ls -la /usr/bin
# ko
RUN curl -sSfL https://github.com/ko-build/ko/releases/download/v0.17.1/ko_0.17.1_Linux_x86_64.tar.gz > ko.tgz
RUN tar xvf ko.tgz
RUN rm LICENSE README.md
RUN mv ko /usr/bin
# podman
RUN apk add podman