Update complete/Dockerfile
This commit is contained in:
parent
a4c756ce17
commit
fc8d15d013
1 changed files with 6 additions and 0 deletions
|
@ -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 curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/bin latest
|
||||||
RUN ls -la /usr/bin
|
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
|
# podman
|
||||||
RUN apk add podman
|
RUN apk add podman
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue