delete some toolchain cmake parts

install perl within docker container -- dependency of libssl
This commit is contained in:
2021-03-15 20:45:31 +01:00
parent e01697f7ad
commit 87c9b932ff
2 changed files with 1 additions and 44 deletions

View File

@ -2,7 +2,7 @@
# Install texlive
echo "instaling cmake" && \
dnf install -y mingw64-gcc-c++ cmake make mingw32-nsis gtest gtest-devel python3 python3-pip git
dnf install -y mingw64-gcc-c++ cmake make mingw32-nsis gtest gtest-devel python3 python3-pip git perl
#cleanup
dnf clean dbcache && dnf clean packages