diff --git a/.drone.yml b/.drone.yml index a0c31f2..e91eac8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,9 @@ steps: - name: build image: node:16.16.0-alpine3.16 commands: - - apk add --update --no-cache --virtual .gyp python3 make g++ + - apk add --update --no-cache --virtual .gyp g++ make py3-pip python3 - which python3 - rm -rf /var/cache/apk/* - npm install + - apk del .gyp - vue-cli-service build --mode production