commit 92c09d96ba92b5bc3c319ee38823587ae57faa77 Author: Douglas Parker Date: Tue Feb 27 06:51:14 2024 +0000 Add .docker/latest/Dockerfile diff --git a/.docker/latest/Dockerfile b/.docker/latest/Dockerfile new file mode 100644 index 0000000..cf095cc --- /dev/null +++ b/.docker/latest/Dockerfile @@ -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"] \ No newline at end of file