wip
All checks were successful
/ build (push) Successful in 2m54s

This commit is contained in:
Hornwitser 2025-05-17 22:18:27 +02:00
parent 568ffa2c1a
commit bd5c207a8b
2 changed files with 2 additions and 0 deletions

View file

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