Add .docker/latest/Dockerfile
This commit is contained in:
commit
92c09d96ba
1 changed files with 6 additions and 0 deletions
6
.docker/latest/Dockerfile
Normal file
6
.docker/latest/Dockerfile
Normal file
|
@ -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"]
|
Loading…
Reference in a new issue