Using PostgreSQL 18 on RHEL
This commit is contained in:
parent
a513eebed2
commit
c45c7520cb
|
|
@ -59,7 +59,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
OpenIPMI-devel \
|
OpenIPMI-devel \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
sqlite-devel \
|
sqlite-devel \
|
||||||
libpq-devel \
|
postgresql18-private-devel \
|
||||||
java-21-openjdk-devel \
|
java-21-openjdk-devel \
|
||||||
git \
|
git \
|
||||||
gettext \
|
gettext \
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
net-snmp-agent-libs \
|
net-snmp-agent-libs \
|
||||||
OpenIPMI-libs \
|
OpenIPMI-libs \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
postgresql \
|
postgresql18 \
|
||||||
libpq \
|
postgresql18-private-libs \
|
||||||
gzip \
|
gzip \
|
||||||
unixODBC \
|
unixODBC \
|
||||||
zlib" && \
|
zlib" && \
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
glibc-locale-source \
|
glibc-locale-source \
|
||||||
gzip \
|
gzip \
|
||||||
nginx \
|
nginx \
|
||||||
postgresql \
|
postgresql18 \
|
||||||
php-bcmath \
|
php-bcmath \
|
||||||
php-curl \
|
php-curl \
|
||||||
php-fpm \
|
php-fpm \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue