mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 21:38:41 +01:00
Added modbus support for Zabbix agent Ubuntu image
This commit is contained in:
parent
d5ca467297
commit
0176c8b573
@ -41,6 +41,7 @@ RUN set -eux && \
|
||||
ca-certificates \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
libmodbus5 \
|
||||
libldap-2.4 && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
@ -63,6 +64,7 @@ RUN set -eux && \
|
||||
automake \
|
||||
libcurl4-openssl-dev \
|
||||
libc6-dev \
|
||||
libmodbus-dev \
|
||||
libldap2-dev \
|
||||
libpcre3-dev \
|
||||
libssl-dev \
|
||||
@ -84,6 +86,7 @@ RUN set -eux && \
|
||||
--prefix=/usr \
|
||||
--enable-agent \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-ldap \
|
||||
--with-openssl \
|
||||
--enable-ipv6 \
|
||||
@ -100,6 +103,7 @@ RUN set -eux && \
|
||||
automake \
|
||||
libcurl4-openssl-dev \
|
||||
libc6-dev \
|
||||
libmodbus-dev \
|
||||
libldap2-dev \
|
||||
libssl-dev \
|
||||
make \
|
||||
|
Loading…
Reference in New Issue
Block a user