mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-23 10:49:17 +02:00
Removed duplicated package from agent alpine
This commit is contained in:
parent
36290aa92c
commit
4273d28352
@ -51,8 +51,7 @@ RUN set -eux && \
|
|||||||
g++ \
|
g++ \
|
||||||
pcre-dev \
|
pcre-dev \
|
||||||
make \
|
make \
|
||||||
git \
|
git && \
|
||||||
coreutils && \
|
|
||||||
cd /tmp/ && \
|
cd /tmp/ && \
|
||||||
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||||
cd /tmp/zabbix-${ZBX_VERSION} && \
|
cd /tmp/zabbix-${ZBX_VERSION} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user