Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|
2 |
RUN apt-get update && apt-get install -y curl
|
3 |
|
4 |
RUN curl -fsSL https://deb.nodesource.com/setup_16.0.0 | bash -
|
5 |
-
RUN apt-get install -y nodejs
|
6 |
RUN npm install -g n
|
7 |
RUN n 16
|
8 |
RUN node -v
|
|
|
2 |
RUN apt-get update && apt-get install -y curl
|
3 |
|
4 |
RUN curl -fsSL https://deb.nodesource.com/setup_16.0.0 | bash -
|
5 |
+
RUN apt-get install -y nodejs && apt-get install -y npm
|
6 |
RUN npm install -g n
|
7 |
RUN n 16
|
8 |
RUN node -v
|