added a docker file for go 1.24.2

This commit is contained in:
2025-04-14 16:10:47 +09:00
parent 9dc83f4072
commit e5230066c1
3 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,5 @@
## 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 gcc gcc-c++
RUN ulimit -n 1024 && dnf --enablerepo=highavailability -y install --enablerepo=devel mysql-devel libffi-devel rpm-build gcc gcc-c++ corosynclib-devel