alpine/.docker/latest/Dockerfile

4 lines
132 B
Text
Raw Normal View History

2024-02-27 06:51:14 +00:00
FROM alpine:latest
2024-02-28 09:21:49 +00:00
RUN apk add --no-cache curl nano git git-lfs zip unzip docker nodejs npm && \
2024-02-28 10:16:53 +00:00
npm install --global yarn pnpm