5 lines
		
	
	
		
			182 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			182 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| 
								 | 
							
								## 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++ 
							 |