Update .docker/latest/Dockerfile

This commit is contained in:
Douglas Parker 2024-02-28 10:16:53 +00:00
parent b052a5b1c0
commit 9c50c141a7

View file

@ -1,6 +1,4 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache curl nano 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"]