Added PCRE library

This commit is contained in:
dotneft
2017-05-10 13:27:50 -07:00
parent 462b628ce3
commit f003ebaa29
12 changed files with 28 additions and 0 deletions

View File

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