Merge pull request #159 from zabbix/master

Fixed issue with sender and get in case of proxy and server images
This commit is contained in:
Alexey Pustovalov
2017-10-21 17:52:10 +03:00
committed by GitHub
8 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
# Does not support stable iksemel library
# --with-jabber \

View File

@ -84,6 +84,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
--with-jabber \
--with-ldap \