This commit is contained in:
aminecmi 2022-07-19 17:41:27 +02:00
parent 414561f13f
commit 114de4468f

View File

@ -7,6 +7,8 @@ steps:
commands:
- apk add --update --no-cache --virtual .gyp g++ make py3-pip python3
- which python3
- npm install -g node-gyp@latest
- npm config set python "/usr/bin/python3"
- rm -rf /var/cache/apk/*
- npm install
- apk del .gyp