mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
Fixed issue with sender and get in case of proxy and server images
This commit is contained in:
@ -78,6 +78,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
|
||||
--libdir=/usr/lib/zabbix \
|
||||
--datadir=/usr/lib \
|
||||
--enable-server \
|
||||
--enable-agent \
|
||||
--enable-ipv6 \
|
||||
# Does not support stable iksemel library
|
||||
# --with-jabber \
|
||||
|
@ -85,6 +85,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
||||
--libdir=/usr/lib/zabbix \
|
||||
--datadir=/usr/lib \
|
||||
--enable-server \
|
||||
--enable-agent \
|
||||
--enable-ipv6 \
|
||||
--with-jabber \
|
||||
--with-ldap \
|
||||
|
Reference in New Issue
Block a user