mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-03 18:48:27 +00:00 
			
		
		
		
	fix build error "Address not available"
(cherry picked from commit a3b384fd87)
			
			
This commit is contained in:
		@@ -30,7 +30,11 @@ RUN set -x && \
 | 
			
		||||
RUN set -x && \
 | 
			
		||||
	cd /tmp/build && \
 | 
			
		||||
	export GNUPGHOME="$(mktemp -d)" && \
 | 
			
		||||
	gpg --keyserver ha.pool.sks-keyservers.net --recv-keys ${SQUID_SIG_KEY}	&& \
 | 
			
		||||
	( \
 | 
			
		||||
	 gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys ${SQUID_SIG_KEY} || \
 | 
			
		||||
     gpg --keyserver hkp://ipv4.pool.sks-keyservers.net   --recv-keys ${SQUID_SIG_KEY} ||  \
 | 
			
		||||
     gpg --keyserver hkp://pgp.mit.edu:80                 --recv-keys ${SQUID_SIG_KEY} \
 | 
			
		||||
	) && \
 | 
			
		||||
	gpg --batch --verify squid-${SQUID_VER}.tar.gz.asc squid-${SQUID_VER}.tar.gz && \
 | 
			
		||||
	rm -rf "$GNUPGHOME"
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user