The desktop-linux builder is not working properly, every time it freezes at this RUN npm install or RUN pip install -r requirements.txt stage and gives network, timeout error or package not found error...
However the same Dockerfile doesn't cause any problem when I use default builder or sudo docker build . to build the image instead of desktop-linux builder that comes by default with the Docker Desktop App.
But here's the problem, if I build images with default builder or sudo command then those docker images are not visible in Docker Desktop App.
Description
The desktop-linux builder is not working properly, every time it freezes at this RUN npm install or RUN pip install -r requirements.txt stage and gives network, timeout error or package not found error...
However the same Dockerfile doesn't cause any problem when I use default builder or sudo docker build . to build the image instead of desktop-linux builder that comes by default with the Docker Desktop App.
But here's the problem, if I build images with default builder or sudo command then those docker images are not visible in Docker Desktop App.
Reproduce
Expected behavior
docker build
should build the imagedocker version
docker info
Diagnostics ID
70BB6640-EC93-4FC9-9713-2FF7D76F9FAD/20240416154440
Additional Info
No response