4 lines
39 B
Docker
4 lines
39 B
Docker
FROM docker:latest
|
|
|
|
RUN apk add nodejs
|
FROM docker:latest
|
|
|
|
RUN apk add nodejs
|