From 951480d90166b711a5b4eb396e7ef65c90dfce21 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:30:31 +0200 Subject: [PATCH] Drone. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 792e659..e4b9585 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: node:16.16.0-alpine3.16 commands: - - apk add --update python make g++ + - apk add --update --no-cache --virtual .gyp python3 make g++ - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production