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 \
|
||||
openldap-devel \
|
||||
sqlite-devel \
|
||||
libpq-devel \
|
||||
postgresql18-private-devel \
|
||||
java-21-openjdk-devel \
|
||||
git \
|
||||
gettext \
|
||||
|
|
|
|||
|
|
@ -89,8 +89,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
libpq \
|
||||
postgresql18 \
|
||||
postgresql18-private-libs \
|
||||
gzip \
|
||||
unixODBC \
|
||||
zlib" && \
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||
glibc-locale-source \
|
||||
gzip \
|
||||
nginx \
|
||||
postgresql \
|
||||
postgresql18 \
|
||||
php-bcmath \
|
||||
php-curl \
|
||||
php-fpm \
|
||||
|
|
|
|||
Loading…
Reference in a new issue