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