updated some dockerfiles

This commit is contained in:
2023-10-20 23:44:27 +09:00
parent b477d12b38
commit 1d2d7f96cd
6 changed files with 32 additions and 26 deletions

View File

@ -0,0 +1,4 @@
## rocky linux 9 image to use for building hawk
FROM docker.io/rockylinux:9
RUN ulimit -n 1024 && dnf -y install --enablerepo=devel mysql-devel libffi-devel rpm-build gcc gcc-c++