This commit is contained in:
parent
ba78c7faea
commit
57e5530cdd
3 changed files with 30 additions and 29 deletions
3
.docker/build/Dockerfile
Normal file
3
.docker/build/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl git git-lfs zip unzip docker npm nodejs
|
|
@ -1,4 +1 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl nano git git-lfs zip unzip docker nodejs npm && \
|
||||
npm install --global yarn pnpm
|
Loading…
Add table
Add a link
Reference in a new issue