feat: add musl-dev

This commit is contained in:
Georg K 2024-04-09 03:08:09 +03:00
parent a7f0d028ff
commit 49ac12634b

View File

@ -8,7 +8,7 @@ publish-pypi:
stage: package stage: package
image: python:3.12.2-alpine3.19 image: python:3.12.2-alpine3.19
script: script:
- apk add --no-cache gcc - apk add --no-cache gcc musl-dev
- pip install chardet poetry - pip install chardet poetry
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- poetry install -E compiler - poetry install -E compiler