mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-18 23:20:49 +02:00
Fix encryption for agent2 image
This commit is contained in:
parent
044c2738de
commit
1be86b68a6
@ -48,6 +48,7 @@ RUN set -eux && \
|
|||||||
make \
|
make \
|
||||||
git \
|
git \
|
||||||
pcre-dev \
|
pcre-dev \
|
||||||
|
openssl-dev \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
coreutils && \
|
coreutils && \
|
||||||
cd /tmp/ && \
|
cd /tmp/ && \
|
||||||
@ -64,8 +65,8 @@ RUN set -eux && \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc/zabbix \
|
--sysconfdir=/etc/zabbix \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--with-openssl \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-static \
|
|
||||||
--enable-agent2 \
|
--enable-agent2 \
|
||||||
--enable-agent \
|
--enable-agent \
|
||||||
--silent && \
|
--silent && \
|
||||||
|
Loading…
Reference in New Issue
Block a user