mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	fix timezone setup #133
This commit is contained in:
		@@ -119,7 +119,8 @@ RUN apk add --no-cache \
 | 
			
		||||
		libstdc++ \
 | 
			
		||||
		heimdal-libs \
 | 
			
		||||
		libcap \
 | 
			
		||||
		libltdl
 | 
			
		||||
		libltdl \
 | 
			
		||||
		tzdata
 | 
			
		||||
 | 
			
		||||
COPY --from=build /etc/squid/ /etc/squid/
 | 
			
		||||
COPY --from=build /usr/lib/squid/ /usr/lib/squid/
 | 
			
		||||
@@ -138,11 +139,6 @@ RUN install -d -o squid -g squid \
 | 
			
		||||
	touch /etc/squid/conf.d/placeholder.conf
 | 
			
		||||
COPY squid-log.conf /etc/squid/conf.d.tail/
 | 
			
		||||
 | 
			
		||||
RUN	set -x && \
 | 
			
		||||
	apk add --no-cache --virtual .tz alpine-conf tzdata && \
 | 
			
		||||
	/sbin/setup-timezone -z $TZ && \
 | 
			
		||||
	apk del .tz
 | 
			
		||||
 | 
			
		||||
VOLUME ["/var/cache/squid"]
 | 
			
		||||
EXPOSE 3128/tcp
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user