amrsa1 / Android-Emulator-image

The use of this Docker image simplifies the process of running an Android emulator within a Docker container
MIT License
113 stars 52 forks source link

docker compose: RUN curl -sL https://deb.nodesource.com/setup_20.x lasts too long #32

Open RichardHausgartner opened 1 month ago

RichardHausgartner commented 1 month ago

I'm using this commit https://github.com/amrsa1/Android-Emulator-image/commit/696e285fb000be74fd6023ecf50c76d6ff61301e, after https://github.com/amrsa1/Android-Emulator-image/issues/31

For now, the building last very long (3204.0s), and it does not seem to finish.

 => CACHED [android-service  5/10] RUN yes Y | sdkmanager --verbose --no_https system-images;android-34;google_ap  0.0s
 => CACHED [android-service  6/10] RUN echo "no" | avdmanager --verbose create avd --force --name "nexus" --devic  0.0s
 => [android-service  7/10] RUN curl -sL https://deb.nodesource.com/setup_20.x | bash &&     apt-get -qqy inst  3204.0s
 => => # Preparing to unpack .../nodejs_20.18.0-1nodesource1_amd64.deb ...
 => => # Unpacking nodejs (20.18.0-1nodesource1) ...
 => => # Setting up nodejs (20.18.0-1nodesource1) ...
 => => # changed 78 packages in 18s
 => => # 25 packages are looking for funding
 => => #   run `npm fund` for details
 => => #   run `npm fund` for details

I'm on Windows/WSL. Thank you for your help.