Fixed trunk compilation

This commit is contained in:
root
2017-10-27 22:44:30 +03:00
parent b011c4d16d
commit 8ebd6b050d
12 changed files with 48 additions and 0 deletions

View File

@ -37,6 +37,8 @@ RUN addgroup zabbix && \
libldap \
libcurl \
openipmi-libs \
libevent \
pcre \
libssh2 && \
rm -rf /var/cache/apk/*
@ -58,6 +60,8 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
openipmi-dev \
openldap-dev \
curl-dev \
libevent-dev \
pcre-dev \
subversion && \
cd /tmp/ && \
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \