chore(): Adds containerd dependency
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4c608b01c9
commit
ca086e0b1d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM alpine:latest
|
||||
MAINTAINER Elia El Lazkani <git@lazkani.io>
|
||||
|
||||
ARG ORAS_VERSION="1.0.0"
|
||||
|
||||
|
@ -15,4 +16,5 @@ RUN apk add --virtual .build-deps curl && \
|
|||
tar -zxf trivy_${TRIVY_VERSION}_*.tar.gz -C trivy-install/ && \
|
||||
mv trivy-install /opt/trivy && \
|
||||
ln -s /opt/trivy/trivy /usr/local/bin/trivy && \
|
||||
apk del .build-deps
|
||||
apk del .build-deps && \
|
||||
apk add containerd
|
||||
|
|
Loading…
Reference in a new issue