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