alpine/.docker/latest/Dockerfile
2024-02-28 10:16:53 +00:00

4 lines
No EOL
132 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