Fixed small issues. Preparation for Appliance

This commit is contained in:
root
2018-03-30 02:04:04 -07:00
parent beae98e524
commit 37df41f2f0
33 changed files with 36 additions and 36 deletions

View File

@ -50,7 +50,7 @@ RUN groupadd --system zabbix && \
rm -rf /var/cache/yum/
ARG MAJOR_VERSION=3.2
ARG ZBX_VERSION=${MAJOR_VERSION}.10
ARG ZBX_VERSION=${MAJOR_VERSION}.11
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}