test with only CAP_SYS_ADMIN
All checks were successful
/ build (push) Successful in 3m6s

This commit is contained in:
Hornwitser 2025-05-17 23:41:22 +02:00
parent 47a2a5b79a
commit db1e034138

View file

@ -6,7 +6,7 @@ NODE_VERSION=22.x
PNPM_VERSION=v9.5.0
ctr=$(buildah from "docker.io/library/debian:trixie-20250428")
#mnt=$(buildah mount $ctr)
mnt=$(buildah mount $ctr)
buildah run $ctr -- apt-get update
buildah run $ctr -- apt-get install -y --no-install-recommends \