Prepare for Zabbix 5.4 release

This commit is contained in:
Alexey Pustovalov
2021-05-17 15:04:07 +05:00
parent cbf06bb6de
commit 84a0cc3227
46 changed files with 99 additions and 99 deletions

View File

@ -74,7 +74,7 @@ RUN set -eux && \
gettext \
git && \
cd /usr/share/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
mkdir /usr/share/zabbix/ && \
cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && \
rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && \