mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
Fixed system.users.num item key
This commit is contained in:
parent
a01674e016
commit
b93945f128
@ -87,6 +87,7 @@ RUN addgroup zabbix && \
|
|||||||
apk update && \
|
apk update && \
|
||||||
apk add ${APK_FLAGS_PERSISTANT} \
|
apk add ${APK_FLAGS_PERSISTANT} \
|
||||||
bash \
|
bash \
|
||||||
|
coreutils \
|
||||||
iputils \
|
iputils \
|
||||||
libldap && \
|
libldap && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user