Skip to content

Commit

Permalink
Adding libffi-dev for Gitlab build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gallilama committed Feb 18, 2020
1 parent 553b3fc commit 4c508f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- deploy

before_script:
- apk update && apk add gcc python3-dev musl-dev
- apk update && apk add gcc python3-dev musl-dev libffi-dev
- pip install twine
- python setup.py sdist bdist_wheel

Expand Down

0 comments on commit 4c508f5

Please sign in to comment.