This commit is contained in:
aminecmi 2022-07-19 17:38:48 +02:00
parent bb626b67e9
commit 414561f13f

View File

@ -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