| 
					
				 | 
			
			
				@@ -12,4 +12,5 @@ RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add - 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && npm install ruby --save \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && mkdir /root/.ssh \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && printf "Host git.alfatell.ru \n\tStrictHostKeyChecking no" > /root/.ssh/config \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    && localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    && localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    && rm -rf /var/lib/apt/lists/* 
			 |