diff --git a/.drone.yml b/.drone.yml index 28fbf8f..b2fe21e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ steps: - name: build image: node:alpine commands: - - apk add --no-cache python2 make g++ + - apk add --no-cache python make g++ - npm install - vue-cli-service build --mode production