Update .docker/latest/Dockerfile
This commit is contained in:
parent
b052a5b1c0
commit
9c50c141a7
1 changed files with 1 additions and 3 deletions
|
@ -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"]
|
|
Loading…
Reference in a new issue