forked from kamba4/sunders
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			401 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			401 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM quay.io/fedora/fedora-minimal:43
 | 
						|
RUN microdnf install -y php-cli php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all
 | 
						|
COPY ./utils/* /opt/
 | 
						|
COPY ./data_init/*.sql /opt/init/init.sql
 | 
						|
 | 
						|
ENTRYPOINT ["/opt/entrypoint.sh"]
 | 
						|
 | 
						|
CMD ["/bin/sh", "-c", "/usr/sbin/dcrond -f -d 5 > /var/log/dcrond.log 2>&1"] |