Add more dependencies for tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 14:59:47 -05:00
parent 3f215fb2f4
commit 7c0c912374
1 changed files with 1 additions and 1 deletions

View File

@ -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