Files
buildroot/Dockerfile.linux-builder
HP van Braam a816fa53d6 Switch to neon-fp-armv8
The previous versions of the SDKs had this, but was accidentally dropped
when rebasing on the newer buildroot.
2024-01-17 14:40:47 +01:00

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