From 9a4df85f75d000731071775619ae7a623c6c0e91 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 4 Jun 2022 17:22:51 +0200 Subject: [PATCH] added gcc to test image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a7eae4b..03154ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - name: test image: golang:1.18.3-alpine3.16 commands: - - "apk add --update --no-cache make" + - "apk add --update --no-cache make build-base" - "make test" when: event: