Skip to content

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

@RichardHausgartner

Description

@RichardHausgartner

I'm using this commit 696e285, after #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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions