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