5 lines
76 B
Docker
5 lines
76 B
Docker
ARG BASE_IMAGE
|
|
FROM $BASE_IMAGE
|
|
RUN npm i -g n && n stable
|
|
RUN npm i -g npm
|