mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Add linux toolchain for windows build
This commit is contained in:
7
Dockerfile.linux-builder
Normal file
7
Dockerfile.linux-builder
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user