From c24c09839dee12fe6fdfe266d394ef3291e51571 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 17 May 2025 22:55:09 +0200 Subject: [PATCH] try adding crun --- .forgejo/workflows/build.yaml | 1 + builder.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 599c86f..dc3b6d7 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,6 +15,7 @@ jobs: buildah \ ca-certificates \ containers-storage \ + crun \ fuse-overlayfs \ git \ netavark \ diff --git a/builder.sh b/builder.sh index 6d65c40..da0c403 100755 --- a/builder.sh +++ b/builder.sh @@ -16,6 +16,7 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \ buildah \ ca-certificates \ containers-storage \ + crun \ curl \ fuse-overlayfs \ git \