mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Added PCRE library
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user