add buildah to list of packages
Some checks failed
Build App / Build-App (push) Failing after 1m25s

This commit is contained in:
2025-12-14 18:53:38 +01:00
parent baa8765ab5
commit c3cb2d20e2

View File

@@ -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 && \ RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \
echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf
VOLUME /var/lib/containers VOLUME /var/lib/containers