4 lines
42 B
Docker
4 lines
42 B
Docker
FROM node:current-alpine
|
|
|
|
RUN apk add git
|
FROM node:current-alpine
|
|
|
|
RUN apk add git
|