Files
ActionKit/Containerfile
T
shield 0a75155b25
Build App / Build-App (push) Successful in 4m9s
Update Containerfile
2026-07-31 22:27:51 +02:00

8 lines
388 B
Docker

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
VOLUME /var/lib/containers