Files
ActionKit/Containerfile
Radek Goláň jr. c3cb2d20e2
Some checks failed
Build App / Build-App (push) Failing after 1m25s
add buildah to list of packages
2025-12-14 18:53:38 +01:00

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