Update .docker/latest/Dockerfile

This commit is contained in:
Douglas Parker 2024-02-28 09:21:49 +00:00
parent 1a8e94c5c2
commit b052a5b1c0

View file

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