diff --git a/.drone.yml b/.drone.yml index 2d11594..ba4c005 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,6 @@ steps: - name: build image: node:latest commands: + - apk add --no-cache python3 make g++ - npm install - vue-cli-service build --mode production