Updating PostgreSQL to 18 version on OL

This commit is contained in:
Alexey Pustovalov 2026-07-15 22:45:54 +09:00
parent cfdc5b9519
commit 3dc19d2ad0
3 changed files with 5 additions and 4 deletions

View file

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

View file

@ -68,8 +68,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
openssl \
openssl-libs \
pcre2 \
postgresql \
libpq \
postgresql18 \
postgresql18-private-libs \
zlib \
gzip \
unixODBC" && \

View file

@ -60,6 +60,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
curl \
gzip \
nginx \
postgresql18 \
php-bcmath \
php-curl \
php-fpm \
@ -69,7 +70,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
php-pgsql \
php-json \
php-xml \
postgresql \
jq \
findutils \
glibc-locale-source" && \