mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Use gpg keyserver pool
Make the install script independent from the ubuntu keyserver by using the sks-keyservers pool instead. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
		
							parent
							
								
									19019722d9
								
							
						
					
					
						commit
						f058e9c43c
					
				
					 8 changed files with 11 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ a MongoDB repository file for the package manager.
 | 
			
		|||
 | 
			
		||||
    # Installation:
 | 
			
		||||
    # Import MongoDB public GPG key AND create a MongoDB list file
 | 
			
		||||
    RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
 | 
			
		||||
    RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv 7F0CEB10
 | 
			
		||||
    RUN echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | tee /etc/apt/sources.list.d/10gen.list
 | 
			
		||||
 | 
			
		||||
After this initial preparation we can update our packages and install MongoDB.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue