Using PostgreSQL 18 on RHEL

This commit is contained in:
Alexey Pustovalov 2026-07-08 17:55:58 +09:00
parent a513eebed2
commit c45c7520cb
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,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

@ -89,8 +89,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
net-snmp-agent-libs \ net-snmp-agent-libs \
OpenIPMI-libs \ OpenIPMI-libs \
pcre2 \ pcre2 \
postgresql \ postgresql18 \
libpq \ postgresql18-private-libs \
gzip \ gzip \
unixODBC \ unixODBC \
zlib" && \ zlib" && \

View file

@ -83,7 +83,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
glibc-locale-source \ glibc-locale-source \
gzip \ gzip \
nginx \ nginx \
postgresql \ postgresql18 \
php-bcmath \ php-bcmath \
php-curl \ php-curl \
php-fpm \ php-fpm \