mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-15 11:12:35 +02:00
Fixed issue with proxy-mysql image
This commit is contained in:
@ -45,6 +45,7 @@ RUN groupadd --system zabbix && \
|
||||
yum ${YUM_FLAGS_PERSISTANT} install \
|
||||
fping \
|
||||
libcurl \
|
||||
libevent \
|
||||
libxml2 \
|
||||
net-snmp-libs \
|
||||
OpenIPMI-libs \
|
||||
@ -56,9 +57,9 @@ RUN groupadd --system zabbix && \
|
||||
yum ${YUM_FLAGS_PERSISTANT} clean all && \
|
||||
rm -rf /var/cache/yum/
|
||||
|
||||
ARG MAJOR_VERSION=master
|
||||
ARG MAJOR_VERSION=4.0
|
||||
ARG ZBX_VERSION=${MAJOR_VERSION}
|
||||
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
|
||||
ARG ZBX_SOURCES=svn://svn.zabbix.com/trunk/
|
||||
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}
|
||||
|
||||
LABEL org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \
|
||||
@ -72,6 +73,7 @@ RUN yum --quiet makecache && \
|
||||
automake \
|
||||
gcc \
|
||||
libcurl-devel \
|
||||
libevent-devel \
|
||||
libssh2-devel \
|
||||
libxml2-devel \
|
||||
make \
|
||||
|
Reference in New Issue
Block a user