Skip to content
Snippets Groups Projects
Commit 17760131 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Added missing python dependency

parent 85e07c0a
No related branches found
No related tags found
No related merge requests found
Pipeline #8991 failed
......@@ -10,6 +10,9 @@ RUN apt-get install -y git
RUN apt-get install -y build-essential
RUN apt-get install -y cppcheck
# Install python dependensices
RUN python3 -m pip install packaging
# Install aqt
RUN python3 -m pip install aqtinstall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment