mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
The previous versions of the SDKs had this, but was accidentally dropped when rebasing on the newer buildroot.
7 lines
281 B
Docker
7 lines
281 B
Docker
FROM almalinux:8
|
|
|
|
RUN yum -y update && \
|
|
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils diffutils bc bzip2 gzip sed git python3 file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker perl-IPC-Cmd gcc gcc-c++ && \
|
|
yum clean all
|
|
|