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