mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-17 12:00: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 \
|
||||
automake \
|
||||
openssl-dev \
|
||||
pcre-dev \
|
||||
subversion && \
|
||||
openldap-dev \
|
||||
subversion \
|
||||
coreutils && \
|
||||
cd /tmp/ && \
|
||||
svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \
|
||||
cd /tmp/zabbix-${ZBX_VERSION} && \
|
||||
|
Loading…
Reference in New Issue
Block a user