removing perl
messes up the entire build toolchain
This commit is contained in:
parent
dfce0a7e0f
commit
e8a9d7bf17
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN choco install -y python3
|
||||||
RUN choco install -y ninja
|
RUN choco install -y ninja
|
||||||
RUN choco install -y gnuwin
|
RUN choco install -y gnuwin
|
||||||
# install perl, required for OpenMP
|
# install perl, required for OpenMP
|
||||||
RUN choco install -y strawberryperl
|
# RUN choco install -y strawberryperl
|
||||||
RUN pip install psutil
|
RUN pip install psutil
|
||||||
|
|
||||||
# configure Python encoding
|
# configure Python encoding
|
||||||
|
|
Loading…
Reference in a new issue