Add fuse-overlay-fs
Some checks failed
/ build (push) Failing after 22s

This commit is contained in:
Hornwitser 2025-05-17 21:07:53 +02:00
parent fb8ca903a6
commit 722f816a4e

View file

@ -11,7 +11,13 @@ jobs:
name: Install and configure dependencies name: Install and configure dependencies
run: | run: |
apt-get update apt-get update
apt-get install -y --no-install-recommends buildah ca-certificates containers-storage git apt-get install -y --no-install-recommends \
buildah \
ca-certificates \
containers-storage \
fuse-overlay-fs \
git \
;
sed /usr/share/containers/storage.conf \ sed /usr/share/containers/storage.conf \
-e '/^#\?mount_program/c\ -e '/^#\?mount_program/c\
mount_program = "/usr/bin/fuse-overlayfs"' \ mount_program = "/usr/bin/fuse-overlayfs"' \