mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #5306 from zmerlynn/fix_build_maybe
Try to fix 'Release file is expired' complaints
This commit is contained in:
		@@ -28,7 +28,7 @@ RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep
 | 
			
		||||
# We use rsync to copy some binaries around.  It is faster (0.3s vs. 1.1s) on my
 | 
			
		||||
# machine vs. `install`
 | 
			
		||||
RUN rm -rf /var/lib/apt/lists/
 | 
			
		||||
RUN apt-get update && apt-get install -y rsync
 | 
			
		||||
RUN apt-get -o Acquire::Check-Valid-Until=false update && apt-get install -y rsync
 | 
			
		||||
 | 
			
		||||
# Download and symlink etcd.  We need this for our integration tests.
 | 
			
		||||
RUN mkdir -p /usr/local/src/etcd &&\
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user