From 36f90b97c7429c375ec28e9ce111ad3f37da5211 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 8 Sep 2026 17:37:28 +0200 Subject: [PATCH] chore: add package needed to compile the new linux VFS plug-in Signed-off-by: Matthieu Gallien --- client-appimage-qt6/Dockerfile.el8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client-appimage-qt6/Dockerfile.el8 b/client-appimage-qt6/Dockerfile.el8 index ed568f34..48c64a5c 100644 --- a/client-appimage-qt6/Dockerfile.el8 +++ b/client-appimage-qt6/Dockerfile.el8 @@ -117,7 +117,8 @@ RUN dnf update -y && \ xz \ xz-devel \ libcanberra-devel \ - zlib-devel && \ + zlib-devel \ + fuse3-devel && \ alternatives --set python /usr/bin/python3.12 && \ alternatives --set python3 /usr/bin/python3.12