SoUmNerd commited on
Commit
8993dd7
·
1 Parent(s): da82982

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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