6 lines
261 B
Docker
6 lines
261 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 --enablerepo=highavailability -y install --enablerepo=devel mysql-devel libffi-devel rpm-build gcc gcc-c++ corosynclib-devel
|