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
commit 1d82c7acee
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 \ --libdir=/usr/lib/zabbix \
--datadir=/usr/lib \ --datadir=/usr/lib \
--enable-proxy \ --enable-proxy \
--enable-agent \
--enable-ipv6 \ --enable-ipv6 \
# Does not support stable iksemel library # Does not support stable iksemel library
# --with-jabber \ # --with-jabber \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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