-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I used the following command to create a docker image:
docker build -t x-tech-radar .
However I am getting the following error:
=> ERROR [ 4/10] RUN apt-get install -y nodejs 0.3s
------
> [ 4/10] RUN apt-get install -y nodejs:
0.322 Reading package lists...
0.329 Building dependency tree...
0.329 Reading state information...
0.331 E: Unable to locate package nodejs
------
Dockerfile:6
--------------------
4 |
5 | RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
6 | >>> RUN apt-get install -y nodejs
7 |
8 | RUN \
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get install -y nodejs" did not complete successfully: exit code: 100
Thank you in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels