1
0
Fork 0

migrated to python3

This commit is contained in:
Christian Kühnel 2019-12-20 08:47:39 +00:00
parent 4d6362b377
commit 67f6d1d48d

View file

@ -20,7 +20,7 @@ RUN powershell -NoProfile -InputFormat None -Command `
# and a few more that were not documented...
RUN choco install -y git
RUN choco install -y cmake --version 3.15.4
RUN choco install -y python2
RUN choco install -y python3
RUN choco install -y ninja
RUN choco install -y gnuwin
RUN pip install psutil