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