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

5 lines
182 B
Docker
Raw Normal View History

2023-10-20 14:44:27 +00:00
## 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++