Add openssl dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7c0c912374
commit
27792a2e4d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user