ActionKit/Containerfile
Radek Goláň jr. baa8765ab5
All checks were successful
Build App / Build-App (push) Successful in 2m42s
Switch to alpine
2025-02-14 11:29:06 +01:00

6 lines
192 B
Docker

FROM node:lts-alpine
RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl && \
echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf
VOLUME /var/lib/containers