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