abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
423 stars 40 forks source link

Recommend slim based image than alpine based image #9

Closed rscarrera27 closed 4 years ago

rscarrera27 commented 4 years ago

alpine based image does not contains requirements for c-extension. so many libs use c-extensions can not installed. I recommend slim or slim-buster for base image

ref: https://pythonspeed.com/articles/base-image-python-docker-images/

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: