add postgresql-client-13 to logical backup image
This commit is contained in:
		
							parent
							
								
									1d16d26e21
								
							
						
					
					
						commit
						79c46cd33d
					
				| 
						 | 
					@ -22,6 +22,7 @@ RUN apt-get update     \
 | 
				
			||||||
    && curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
 | 
					    && curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
 | 
				
			||||||
    && apt-get update \
 | 
					    && apt-get update \
 | 
				
			||||||
    && apt-get install --no-install-recommends -y  \
 | 
					    && apt-get install --no-install-recommends -y  \
 | 
				
			||||||
 | 
					        postgresql-client-13  \
 | 
				
			||||||
        postgresql-client-12  \
 | 
					        postgresql-client-12  \
 | 
				
			||||||
        postgresql-client-11  \
 | 
					        postgresql-client-11  \
 | 
				
			||||||
        postgresql-client-10  \
 | 
					        postgresql-client-10  \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue