Using PostgreSQL 18 on CentOS

This commit is contained in:
Alexey Pustovalov 2026-07-08 18:10:45 +09:00
parent c45c7520cb
commit bb14d85aef
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
OpenIPMI-devel \ OpenIPMI-devel \
openldap-devel \ openldap-devel \
sqlite-devel \ sqlite-devel \
libpq-devel \ postgresql18-private-devel \
java-21-openjdk-devel \ java-21-openjdk-devel \
git \ git \
gettext \ gettext \

View file

@ -71,7 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
openssl-libs \ openssl-libs \
pcre2 \ pcre2 \
postgresql18 \ postgresql18 \
libpq \ postgresql18-private-libs \
shadow-utils \ shadow-utils \
zlib \ zlib \
gzip \ gzip \