From 9944907aa80c649d4f5f9c96319c102be45a22e6 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:20:36 +0200 Subject: [PATCH] Alpine. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ba4c005..317569c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker steps: - name: build - image: node:latest + image: node:alpine commands: - apk add --no-cache python3 make g++ - npm install