From e7c2bddb8f9bb3b16b5fc6b4ea6844b89bb026c7 Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 5 Dec 2024 12:21:17 +0100 Subject: [PATCH] switching to alpine --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ed51447..c486f97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: default steps: - name: Test - image: debian + image: alpine commands: + - apk add --no-cache make gcc libc-dev - make test