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