Fixed issue with agent image

This commit is contained in:
root 2018-02-17 18:03:28 -08:00
parent d72c40b3d1
commit fbd7807667

View File

@ -56,8 +56,9 @@ RUN apk update && \
autoconf \
automake \
openssl-dev \
pcre-dev \
subversion && \
openldap-dev \
subversion \
coreutils && \
cd /tmp/ && \
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \
cd /tmp/zabbix-${ZBX_VERSION} && \