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 \
yafti \
stress-ng \
lsb_release && \
lsb_release \
fuse && \
rpm-ostree install \
ublue-update && \
mkdir -p /etc/xdg/autostart && \