diff --git a/Containerfile b/Containerfile index e4e2909..bab5e21 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM node:lts-alpine RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \ - echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf + echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf && \ + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68.1 VOLUME /var/lib/containers \ No newline at end of file