1
0
Fork 0

Update Dockerfile to include g++, make, and py3-pip packages. Install vercel using npm instead of yarn.
ci/woodpecker/push/woodpecker Pipeline failed Details

- Add g++, make, and py3-pip packages
- Install vercel using npm instead of yarn
main
naicoi 2023-05-18 14:38:40 +07:00
parent bce3eebe49
commit 05fa7a5b22
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
ARG tag=16-alpine
FROM node:${tag}
RUN yarn global add vercel
RUN apk add g++ make py3-pip
RUN npm i -g vercel