mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-06 02:21:49 +01:00
Fixed issue with agent image
This commit is contained in:
parent
d72c40b3d1
commit
fbd7807667
@ -56,8 +56,9 @@ RUN apk update && \
|
|||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
pcre-dev \
|
openldap-dev \
|
||||||
subversion && \
|
subversion \
|
||||||
|
coreutils && \
|
||||||
cd /tmp/ && \
|
cd /tmp/ && \
|
||||||
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \
|
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \
|
||||||
cd /tmp/zabbix-${ZBX_VERSION} && \
|
cd /tmp/zabbix-${ZBX_VERSION} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user