From c3cb2d20e28b9984ee616563e40e4b9b243cbc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Gol=C3=A1=C5=88=20jr=2E?= Date: Sun, 14 Dec 2025 18:53:38 +0100 Subject: [PATCH] add buildah to list of packages --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 26f7de5..e4e2909 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ 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 VOLUME /var/lib/containers \ No newline at end of file