added docker files for rocky9 dev images

This commit is contained in:
2024-01-04 10:42:39 +09:00
parent 67aceb134b
commit 59020ca444
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,4 @@
## rocky linux 9 image to use for building hawk
FROM docker.io/hyunghwan/dev:gcc.rocky9
RUN ulimit -n 1024 && dnf -y install --enablerepo=devel golang