6 lines
No EOL
156 B
Docker
6 lines
No EOL
156 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache curl nano git git-lfs zip unzip docker nodejs npm && \
|
|
npm install --global yarn pnpm
|
|
|
|
ENTRYPOINT ["/bin/sh"] |