diff --git a/Containerfile b/Containerfile index 60cbfa5..bb65baa 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \ +RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah jq && \ 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 && ln -s /root/.opencode/bin/opencode /usr/local/bin/opencode