Merge pull request #158 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:51:48 +03:00
committed by GitHub
8 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,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

@ -82,6 +82,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 \