From 9668ecb9d897d05ecef4997ce2773221752d7fb7 Mon Sep 17 00:00:00 2001 From: shield Date: Mon, 3 Aug 2026 11:45:21 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fd7e7e6..60cbfa5 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,6 @@ 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 -fsSL https://opencode.ai/install | bash + curl -fsSL https://opencode.ai/install | bash && ln -s /root/.opencode/bin/opencode /usr/local/bin/opencode VOLUME /var/lib/containers \ No newline at end of file