From 0830b5ae68120919e1746382f2d842c5156516fe Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 20 Aug 2024 10:02:39 -0700 Subject: [PATCH] fix: Always require fuse for AppImage support --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 152e65c1..eb5b4fe9 100644 --- a/Containerfile +++ b/Containerfile @@ -394,7 +394,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ ydotool \ yafti \ stress-ng \ - lsb_release && \ + lsb_release \ + fuse && \ rpm-ostree install \ ublue-update && \ mkdir -p /etc/xdg/autostart && \