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
Running a docker build with the below Dockerfile gets stuck for way too long: around 10 minutes.
I'm working in Windows via WSL2, but it might be a more general problem: it seems to be the same problem reported here.
Reproduce
FROM ubuntu:latest
RUN apt update
RUN apt install -y curl
RUN curl -sfSL https://raw.githubusercontent.com/tj/n/master/bin/n > /usr/local/bin/n
RUN chmod +x /usr/local/bin/n
RUN n lts
RUN npm install -g --verbose jshint
Expected behavior
The npm install command should be done in a matter of seconds, instead it takes minutes.
Description
Running a
docker build
with the below Dockerfile gets stuck for way too long: around 10 minutes.I'm working in Windows via WSL2, but it might be a more general problem: it seems to be the same problem reported here.
Reproduce
Expected behavior
The
npm install
command should be done in a matter of seconds, instead it takes minutes.docker version
docker info
Diagnostics ID
2D8427FB-A0E0-49B7-83FF-0DD3374C53A9/20241121000022
Additional Info
No response
The text was updated successfully, but these errors were encountered: