Add linux toolchain for windows build

This commit is contained in:
Hein-Pieter van Braam-Stewart
2021-02-06 08:52:18 +01:00
parent 066eed43b1
commit b4f6921e4a
8 changed files with 308 additions and 14 deletions

7
Dockerfile.linux-builder Normal file
View File

@@ -0,0 +1,7 @@
FROM centos:7
RUN yum -y install yum install centos-release-scl && \
yum -y install devtoolset-9 && \
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils bc bzip2 gzip sed git python file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker && \
yum clean all