From 3f215fb2f4fc2b72dd51d1a26d7147fb5ffd2945 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 14:04:36 -0500 Subject: [PATCH] Add gcc to test env --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0754c27..c467d6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: test image: python:3-alpine commands: - - apk add bash make shellcheck + - apk add bash make shellcheck gcc - pip install docker-compose - make all