Fixed system.users.num item key

This commit is contained in:
root 2018-05-31 20:35:53 -07:00
parent a01674e016
commit b93945f128

View File

@ -87,6 +87,7 @@ RUN addgroup zabbix && \
apk update && \
apk add ${APK_FLAGS_PERSISTANT} \
bash \
coreutils \
iputils \
libldap && \
rm -rf /var/cache/apk/*