Files
buildroot/Dockerfile.linux-builder
HP van Braam 552ff0d1b3 Add back the helper scripts
* x86_64
* i686
* armv7
* aarch64
2023-12-12 17:15:33 +01:00

7 lines
271 B
Docker

FROM almalinux:8
RUN yum -y update && \
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils 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