Updating PostgreSQL to 18 version on OL
This commit is contained in:
parent
cfdc5b9519
commit
3dc19d2ad0
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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" && \
|
||||
|
|
|
|||
|
|
@ -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" && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue