mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
8 lines
311 B
Docker
8 lines
311 B
Docker
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
|
|
|