how to do non interactive full installation (docker container)
-
I'm building a docker container for retropie: https://github.com/lucaszanella/retropie-docker
I thought it'd already launch RetroPie but the container booted into a menu (after gamepad setup) where I had the choice to configure lots of things and also could install retropie.
You can see in line 16 of my Dockerfile that I do:
&& sudo ./retropie_packages.sh setup basic_install
but clearly other things must be installed.
The documentation about manual installation only tells how to do it in an interactive way.
I even tried continuing the installation interactively but it didn't work, I got stuck in the 'ok' menu. Anyways, the preffered way would be to do everything automatically
-
Did you find solution for that?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.