Removed duplicated package from agent alpine

This commit is contained in:
Alexey Pustovalov 2020-09-25 12:25:27 +03:00
parent 36290aa92c
commit 4273d28352

View File

@ -51,8 +51,7 @@ RUN set -eux && \
g++ \
pcre-dev \
make \
git \
coreutils && \
git && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \