Skip to content
Snippets Groups Projects
Verified Commit 59834935 authored by Konrad Botor's avatar Konrad Botor
Browse files

Added musl-dev to tox-test-runner

parent 1c99237e
No related branches found
No related tags found
1 merge request!11Fix for test failing in HAfAH
Pipeline #67387 passed
......@@ -3,7 +3,7 @@ FROM python:3.11.0-alpine3.17
RUN <<-EOF
# Install system dependencies
apk add --no-cache bash git curl gcc
apk add --no-cache bash git curl gcc musl-dev
# Install Python dependencies
pip3 install tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment