added a docker file for go 1.24.2
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user