Skip to content
Snippets Groups Projects
Commit 27c68601 authored by Marcin Sobczyk's avatar Marcin Sobczyk
Browse files

Add c++ compiler to tox test runner

needed when installing pip packages
parent 34b03155
No related branches found
No related tags found
No related merge requests found
Pipeline #66563 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 g++
# 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