mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed package names for CentOS based images + removed LTSC2025
This commit is contained in:
@ -36,7 +36,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
openssl-devel \
|
openssl-devel \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
make \
|
make \
|
||||||
mysql-devel \
|
mysql8.4-devel \
|
||||||
net-snmp-devel \
|
net-snmp-devel \
|
||||||
OpenIPMI-devel \
|
OpenIPMI-devel \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
|
@ -59,8 +59,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
fping \
|
fping \
|
||||||
iputils \
|
iputils \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mysql \
|
mysql8.4 \
|
||||||
mysql-libs \
|
mysql8.4-libs \
|
||||||
net-snmp-libs \
|
net-snmp-libs \
|
||||||
OpenIPMI-libs \
|
OpenIPMI-libs \
|
||||||
openldap \
|
openldap \
|
||||||
|
@ -62,8 +62,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
libpsl \
|
libpsl \
|
||||||
libbrotli \
|
libbrotli \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mysql \
|
mysql8.4 \
|
||||||
mysql-libs \
|
mysql8.4-libs \
|
||||||
net-snmp-libs \
|
net-snmp-libs \
|
||||||
OpenIPMI-libs \
|
OpenIPMI-libs \
|
||||||
openldap \
|
openldap \
|
||||||
|
@ -39,7 +39,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
curl-minimal \
|
curl-minimal \
|
||||||
httpd \
|
httpd \
|
||||||
mysql \
|
mysql8.4 \
|
||||||
mod_ssl \
|
mod_ssl \
|
||||||
php \
|
php \
|
||||||
php-curl \
|
php-curl \
|
||||||
|
@ -38,7 +38,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
set -eux && \
|
set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
curl-minimal \
|
curl-minimal \
|
||||||
mysql \
|
mysql8.4 \
|
||||||
nginx \
|
nginx \
|
||||||
php-bcmath \
|
php-bcmath \
|
||||||
php-curl \
|
php-curl \
|
||||||
|
Reference in New Issue
Block a user