You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							FROM postgres:14.5 | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							RUN apt update && apt upgrade -y | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							ENV LC_ALL en_US.UTF-8 | 
						
						
						
						
							 | 
							
							ENV LANG en_US.UTF-8 | 
						
						
						
						
							 | 
							
							ENV LANGUAGE en_US.UTF-8 | 
						
						
						
						
							 | 
							
							RUN apt install -y locales locales-all iproute2
 | 
						
						
						
						
							 | 
							
							
 |