feat: add musl-dev
This commit is contained in:
parent
a7f0d028ff
commit
49ac12634b
@ -8,7 +8,7 @@ publish-pypi:
|
||||
stage: package
|
||||
image: python:3.12.2-alpine3.19
|
||||
script:
|
||||
- apk add --no-cache gcc
|
||||
- apk add --no-cache gcc musl-dev
|
||||
- pip install chardet poetry
|
||||
- poetry config virtualenvs.in-project true
|
||||
- poetry install -E compiler
|
||||
|
Loading…
x
Reference in New Issue
Block a user