From 49ac12634b4e7825e8ffa4bac4c953b45b8cc829 Mon Sep 17 00:00:00 2001 From: Georg K Date: Tue, 9 Apr 2024 03:08:09 +0300 Subject: [PATCH] feat: add `musl-dev` --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8479119..64d8683 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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