4 lines
71 B
Docker
4 lines
71 B
Docker
FROM docker:latest
|
|
|
|
RUN apt-get -y update && apt-get -y install nodejs
|