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