mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-05-01 06:19:19 +08:00
Added back libmodbus on CentOS images
This commit is contained in:
@@ -44,7 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
c-ares \
|
||||
pcre2 \
|
||||
libcurl-minimal \
|
||||
# libmodbus \
|
||||
libmodbus \
|
||||
openssl-libs \
|
||||
openldap \
|
||||
shadow-utils \
|
||||
|
||||
@@ -32,7 +32,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libcurl-devel \
|
||||
libevent-devel \
|
||||
libssh-devel \
|
||||
# libmodbus-devel \
|
||||
libmodbus-devel \
|
||||
libxml2-devel \
|
||||
openssl-devel \
|
||||
openldap-devel \
|
||||
|
||||
@@ -87,7 +87,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
||||
--with-ares \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-${DB_TYPE} \
|
||||
|
||||
@@ -88,7 +88,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
||||
--with-ares \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-${DB_TYPE} \
|
||||
|
||||
@@ -79,7 +79,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
||||
--with-ares \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-${DB_TYPE} \
|
||||
|
||||
Reference in New Issue
Block a user