From 8b5cf58ce8983b5a781dd3e50aa49956871b9da1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 May 2018 20:08:56 -0700 Subject: [PATCH] Updated all Dockerfiles to make consistency --- agent/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index 9d174b349..2472c87ea 100644 --- a/agent/ubuntu/Dockerfile +++ b/agent/ubuntu/Dockerfile @@ -92,7 +92,7 @@ RUN locale-gen $LC_ALL && \ mkdir -p /var/lib/zabbix/modules && \ chown --quiet -R zabbix:root /var/lib/zabbix && \ apt-get ${APT_FLAGS_COMMON} update && \ - apt-get ${APT_FLAGS_PERSISTANT} install \ + apt-get ${APT_FLAGS_PERSISTENT} install \ libpcre3 \ libldap-2.4 && \ apt-get ${APT_FLAGS_COMMON} autoremove && \