mirror of
https://github.com/RetroDECK/retrodeck-builder.git
synced 2024-11-21 21:55:38 +00:00
Added --disable-rofiles-fuse
This commit is contained in:
parent
ef210c0721
commit
0e312b1639
|
@ -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" ]
|
Loading…
Reference in a new issue