mirror of
https://github.com/RetroDECK/retrodeck-builder.git
synced 2024-11-23 14:45:39 +00:00
--no-sandbox doesn't exist anymore
This commit is contained in:
parent
5df7ed0f63
commit
87dcb50dde
|
@ -17,4 +17,4 @@ RUN flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/f
|
|||
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
||||
|
||||
# Set default command (optional, for testing purposes)
|
||||
ENTRYPOINT [ "flatpak-builder", "--no-sandbox", "--install-deps-from=flathub", "--install-deps-from=flathub-beta" ]
|
||||
ENTRYPOINT [ "flatpak-builder", "--install-deps-from=flathub", "--install-deps-from=flathub-beta" ]
|
Loading…
Reference in a new issue