7 lines
319 B
Docker
7 lines
319 B
Docker
## rocky linux 9 image to use for building hawk
|
|
## corosynclib-devel for antcmx
|
|
|
|
FROM docker.io/rockylinux:9
|
|
RUN ulimit -n 1024 && dnf -y install --enablerepo=devel mysql-devel libffi-devel rpm-build systemd-rpm-macros gcc gcc-c++
|
|
RUN ulimit -n 1024 && dnf -y install --enablerepo=highavailability corosynclib-devel
|