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

Added gcc to tox-test runner

parent a61b95b9
No related branches found
No related tags found
1 merge request!11Fix for test failing in HAfAH
Pipeline #67283 passed
......@@ -3,7 +3,7 @@ FROM python:3.11.0-alpine3.17
RUN <<-EOF
# Install system dependencies
apk add --no-cache bash git curl
apk add --no-cache bash git curl gcc
# 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