fix: Always require fuse for AppImage support

This commit is contained in:
Kyle Gospodnetich 2024-08-20 10:02:39 -07:00
parent f4f54b10f9
commit 0830b5ae68

View File

@ -394,7 +394,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
ydotool \ ydotool \
yafti \ yafti \
stress-ng \ stress-ng \
lsb_release && \ lsb_release \
fuse && \
rpm-ostree install \ rpm-ostree install \
ublue-update && \ ublue-update && \
mkdir -p /etc/xdg/autostart && \ mkdir -p /etc/xdg/autostart && \