From 7c0c91237409479804f2b6b2d5fbfed96e95f880 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 14:59:47 -0500 Subject: [PATCH] Add more dependencies for tests --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c467d6d..e1fbef6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: test image: python:3-alpine commands: - - apk add bash make shellcheck gcc + - apk add bash shellcheck make gcc musl-dev libffi-dev - pip install docker-compose - make all