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