add postgresql-client-13 to logical backup image

This commit is contained in:
Felix Kunde 2020-12-18 11:10:48 +01:00
parent 1d16d26e21
commit 79c46cd33d
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update \
&& curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
postgresql-client-13 \
postgresql-client-12 \
postgresql-client-11 \
postgresql-client-10 \