You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying of install this dockerfile and always stop for TZData configuration. I change this line in the docker file and now is operative
Add thisline in the top under FROM ubuntu:20.04
+ARG DEBIAN_FRONTEND="noninteractive"
And change this line
RUN git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
&& cd RetroPie-Setup
&& chmod +x retropie_setup.sh
&& sudo DEBIAN_FRONTEND=noninteractive ./retropie_packages.sh setup basic_install
whith this changes I can build the retropie without problem
Thanks for all
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I am trying of install this dockerfile and always stop for TZData configuration. I change this line in the docker file and now is operative
Add thisline in the top under FROM ubuntu:20.04
+ARG DEBIAN_FRONTEND="noninteractive"
And change this line
RUN git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
&& cd RetroPie-Setup
&& chmod +x retropie_setup.sh
&& sudo DEBIAN_FRONTEND=noninteractive ./retropie_packages.sh setup basic_install
whith this changes I can build the retropie without problem
Thanks for all
Best regards
The text was updated successfully, but these errors were encountered: