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 \