mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Removed duplicated package from agent alpine
This commit is contained in:
@ -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} && \
|
||||||
|
Reference in New Issue
Block a user