migrated to python3
This commit is contained in:
parent
4d6362b377
commit
67f6d1d48d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue