3 lines
88 B
Docker
3 lines
88 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache curl git git-lfs zip unzip docker npm nodejs
|