mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-15 19:10:54 +01:00
Zabbix agent 2 added
This commit is contained in:
parent
e899d61d28
commit
0b4646c29a
@ -55,11 +55,10 @@ RUN set -eux && \
|
|||||||
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||||
cd /tmp/zabbix-${ZBX_VERSION} && \
|
cd /tmp/zabbix-${ZBX_VERSION} && \
|
||||||
zabbix_revision=`git rev-parse --short HEAD` && \
|
zabbix_revision=`git rev-parse --short HEAD` && \
|
||||||
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \
|
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" go/src/zabbix/pkg/version/version.go && \
|
||||||
./bootstrap.sh && \
|
./bootstrap.sh && \
|
||||||
export CFLAGS="-fPIC -pie -Wl,-z,relro -Wl,-z,now" && \
|
export CFLAGS="-fPIC -pie -Wl,-z,relro -Wl,-z,now" && \
|
||||||
export GOPATH=/tmp/zabbix-${ZBX_VERSION}/go && \
|
export GOPATH=/tmp/zabbix-${ZBX_VERSION}/go && \
|
||||||
# sleep 600 && \
|
|
||||||
./configure \
|
./configure \
|
||||||
--datadir=/usr/lib \
|
--datadir=/usr/lib \
|
||||||
--libdir=/usr/lib/zabbix \
|
--libdir=/usr/lib/zabbix \
|
||||||
|
Loading…
Reference in New Issue
Block a user