mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 11:08:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			97 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			97 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM b4tman/squid
 | 
						|
 | 
						|
COPY run.sh /
 | 
						|
USER root
 | 
						|
RUN chmod 755 /run.sh
 | 
						|
 | 
						|
USER squid
 | 
						|
 | 
						|
CMD ["/run.sh"]
 |