Using PostgreSQL 18 on CentOS
This commit is contained in:
parent
c45c7520cb
commit
bb14d85aef
|
|
@ -44,7 +44,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 \
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
openssl-libs \
|
openssl-libs \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
postgresql18 \
|
postgresql18 \
|
||||||
libpq \
|
postgresql18-private-libs \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
zlib \
|
zlib \
|
||||||
gzip \
|
gzip \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue