Add .docker/latest/Dockerfile

This commit is contained in:
Douglas Parker 2024-02-27 06:51:14 +00:00
commit 92c09d96ba

View file

@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache curl git git-lfs zip unzip docker nodejs npm && \
npm install --global yarn pnpm
ENTRYPOINT ["/bin/sh"]