Correct cffi problem
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dryusdan 2022-04-08 19:08:13 +02:00
parent 7807e32d18
commit 91528104d8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
image: python:3.9-alpine
commands:
- apk update
- apk add build-base
- apk add build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- pip3 install poetry
- poetry install
- pylama