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 \
|
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 \
|
||||||
|
|
|
||||||
|
|
@ -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" && \
|
||||||
|
|
|
||||||
|
|
@ -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" && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue