feat: add gcc

This commit is contained in:
Georg K 2024-04-09 03:02:35 +03:00
parent acca29731f
commit a7f0d028ff

View File

@ -8,6 +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
- 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