diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index 7c8d719c7..4e90dbf34 100644 --- a/agent/alpine/Dockerfile +++ b/agent/alpine/Dockerfile @@ -88,6 +88,7 @@ RUN addgroup zabbix && \ apk update && \ apk add ${APK_FLAGS_PERSISTANT} \ bash \ + coreutils \ iputils \ libldap \ pcre && \