From 0a75155b258a43aae0927df0f590749b8e25e082 Mon Sep 17 00:00:00 2001 From: shield Date: Fri, 31 Jul 2026 22:27:51 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b343050..fd7e7e6 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,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 && \ - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 && \ + curl -fsSL https://opencode.ai/install | bash VOLUME /var/lib/containers \ No newline at end of file