From cfeb39c268fccb236d01fe749fc3d30ae6ffcdf6 Mon Sep 17 00:00:00 2001 From: Tem Date: Thu, 3 Aug 2023 09:35:57 +0300 Subject: [PATCH] Add libfuse2 as appimages are not built yet with libfuse3 --- Dockerfile.debian | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.debian b/Dockerfile.debian index a3f0cb5..c29ffc0 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -200,6 +200,7 @@ RUN \ libxcomposite-dev \ libxcursor1 \ wmctrl \ + libfuse2 \ x11-utils \ x11-xfs-utils \ x11-xkb-utils \