Fixed MySQL user creation

This commit is contained in:
root
2017-10-27 19:05:18 +03:00
parent 3bbbdeff92
commit b011c4d16d
24 changed files with 72 additions and 72 deletions

View File

@ -49,9 +49,9 @@ RUN locale-gen $LC_ALL && \
apt-get ${APT_FLAGS_COMMON} clean && \
rm -rf /var/lib/apt/lists/*
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}
RUN apt-get ${APT_FLAGS_COMMON} update && \