You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| #
 | |
| # Dockerfile for ices
 | |
| #
 | |
| 
 | |
| FROM alpine:3
 | |
| MAINTAINER EasyPi Software Foundation
 | |
| 
 | |
| RUN apk add --no-cache ices
 | |
| COPY data /etc/ices
 | |
| 
 | |
| CMD ["ices", "/etc/ices/ices.xml"]
 |