mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	Dockerfile fix
This commit is contained in:
		@@ -4,7 +4,7 @@ MAINTAINER b4tman <b4tm4n@mail.ru>
 | 
			
		||||
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
 | 
			
		||||
 | 
			
		||||
COPY docker-entrypoint.sh /
 | 
			
		||||
RUN apk add --no-cache squid \
 | 
			
		||||
RUN apk add --no-cache squid &&\
 | 
			
		||||
	chmod 755 /docker-entrypoint.sh
 | 
			
		||||
ENTRYPOINT ["/docker-entrypoint.sh"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user