From db1e03413882c057b518e1b44cab882790db7bac Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 17 May 2025 23:41:22 +0200 Subject: [PATCH] test with only CAP_SYS_ADMIN --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 9c0cea0..f0ee1e5 100755 --- a/builder.sh +++ b/builder.sh @@ -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 \