+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM node:lts-alpine
|
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 && \
|
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 && ln -s /root/.opencode/bin/opencode /usr/local/bin/opencode
|
curl -fsSL https://opencode.ai/install | bash && ln -s /root/.opencode/bin/opencode /usr/local/bin/opencode
|
||||||
|
|||||||
Reference in New Issue
Block a user