kind: pipeline type: docker steps: - name: build image: node:alpine commands: - apk add --no-cache python3 make g++ - npm install - vue-cli-service build --mode production