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

View file

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

View file

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