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 \
openldap-devel \
sqlite-devel \
libpq-devel \
postgresql18-private-devel \
java-21-openjdk-devel \
git \
gettext \

View file

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

View file

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