mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-31 23:26:16 +02: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 \
|
ca-certificates \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
|
libmodbus5 \
|
||||||
libldap-2.4 && \
|
libldap-2.4 && \
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
@ -63,6 +64,7 @@ RUN set -eux && \
|
|||||||
automake \
|
automake \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
|
libmodbus-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
@ -84,6 +86,7 @@ RUN set -eux && \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-agent \
|
--enable-agent \
|
||||||
--with-libcurl \
|
--with-libcurl \
|
||||||
|
--with-libmodbus \
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
@ -100,6 +103,7 @@ RUN set -eux && \
|
|||||||
automake \
|
automake \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
|
libmodbus-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
make \
|
make \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user