Add openssl dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2020-01-28 15:12:23 -05:00
parent 7c0c912374
commit 27792a2e4d
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 shellcheck make gcc musl-dev libffi-dev
- apk add bash shellcheck make gcc musl-dev libffi-dev openssl-dev
- pip install docker-compose
- make all