[FIX] docker install postgresql-client-18 for postgresql 18

This commit is contained in:
Mathieu Benoit 2025-11-26 03:03:56 -05:00
parent 1a05a5d2a2
commit 2513c1b8e9

View file

@ -95,7 +95,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ ${DEBIAN_NAME}-pgdg main"
&& gpgconf --kill all \
&& rm -rf "$GNUPGHOME" \
&& apt-get update \
&& apt-get install --no-install-recommends -y postgresql-client-12 libpq-dev \
&& apt-get install --no-install-recommends -y postgresql-client-18 libpq-dev \
&& rm -rf /var/lib/apt/lists/*
# Install npm dependencies