Install postgres 18 tools

This commit is contained in:
Luiz Eduardo Kowalski
2025-09-27 11:21:57 +02:00
parent 067993153c
commit fc636e855b
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ RUN apt update && apt install -y postgresql-common && \
wget unzip tzdata git \
postgresql-client-13 postgresql-client-14 \
postgresql-client-15 postgresql-client-16 \
postgresql-client-17 && \
postgresql-client-17 postgresql-client-18 && \
rm -rf /var/lib/apt/lists/*
# Install downloadable binaries

View File

@@ -36,7 +36,7 @@ RUN apt update && apt install -y postgresql-common && \
wget unzip tzdata git \
postgresql-client-13 postgresql-client-14 \
postgresql-client-15 postgresql-client-16 \
postgresql-client-17 && \
postgresql-client-17 postgresql-client-18 && \
rm -rf /var/lib/apt/lists/*
# Install downloadable binaries