playground/docker-images/Dockerfile.dev-gcc-rocky9

6 lines
261 B
Docker
Raw Normal View History

2023-10-20 23:44:27 +09:00
## rocky linux 9 image to use for building hawk
2025-04-14 16:10:47 +09:00
## corosynclib-devel for antcmx
2023-10-20 23:44:27 +09:00
FROM docker.io/rockylinux:9
2025-04-14 16:10:47 +09:00
RUN ulimit -n 1024 && dnf --enablerepo=highavailability -y install --enablerepo=devel mysql-devel libffi-devel rpm-build gcc gcc-c++ corosynclib-devel