1
0
Fork 0

add perl to windows image

This commit is contained in:
Mikhail Goncharov 2020-07-08 10:25:05 +02:00
parent 1fa24a55ec
commit 5e9a7be295

View file

@ -32,11 +32,8 @@ RUN powershell -NoProfile -InputFormat None -Command `
# install tools as described in https://llvm.org/docs/GettingStartedVS.html
# and a few more that were not documented...
RUN choco install -y ninja
RUN choco install -y git
RUN choco install -y ninja git python3 gnuwin activeperl
RUN choco install -y cmake --version 3.15.4
RUN choco install -y python3
RUN choco install -y gnuwin
RUN choco install -y sccache
RUN pip install psutil