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

@ -32,6 +32,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
automake \
autoconf \
openjdk8 \
pcre-dev \
subversion && \
cd /tmp/ && \
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \