Fixed issue with agent image

This commit is contained in:
root 2018-02-17 18:02:58 -08:00
parent d4d92f5d53
commit 96ff63f85b

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} && \