From af645f59102938c87d66131df7062abdc3e3b93b Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Wed, 5 Jun 2024 23:51:33 +0300 Subject: [PATCH] Attempt to fix GH Action build by installing fuse-overlayfs --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3971973..019333c 100644 --- a/Containerfile +++ b/Containerfile @@ -54,7 +54,7 @@ RUN curl -L -O https://src.fedoraproject.org/rpms/fedora-repos/raw/f${FEDORA_VER RUN dnf install -y jq dkms gcc make autoconf automake libtool rpm-build libtirpc-devel libblkid-devel \ libuuid-devel libudev-devel openssl-devel zlib-devel libaio-devel libattr-devel elfutils-libelf-devel \ kernel-$(cat /kernel-version.txt) kernel-modules-$(cat /kernel-version.txt) kernel-devel-$(cat /kernel-version.txt) \ - python3 python3-devel python3-setuptools python3-cffi libffi-devel git ncompress libcurl-devel + python3 python3-devel python3-setuptools python3-cffi libffi-devel git ncompress libcurl-devel fuse-overlayfs WORKDIR / # Uses project_id from: https://release-monitoring.org/project/11706/ RUN curl "https://release-monitoring.org/api/v2/versions/?project_id=11706" | jq --raw-output '.stable_versions[0]' >> /zfs_version.txt