From 1c5edd2024684bbeb2fb2468685fe2f3b1169162 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:18:57 +0200 Subject: [PATCH] Python issues. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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