Added --disable-rofiles-fuse

This commit is contained in:
XargonWan 2024-11-05 21:15:02 +09:00
parent ef210c0721
commit 0e312b1639

View file

@ -17,4 +17,4 @@ RUN flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo
RUN flatpak remote-add --system --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo RUN flatpak remote-add --system --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
# Set default command (optional, for testing purposes) # Set default command (optional, for testing purposes)
ENTRYPOINT [ "flatpak-builder", "--install-deps-from=flathub", "--install-deps-from=flathub-beta" ] ENTRYPOINT [ "flatpak-builder", "--install-deps-from=flathub", "--install-deps-from=flathub-beta", "--disable-rofiles-fuse" ]