From 057da5977afd428d06b72a3d6c0ba23cc73b5d7a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 May 2018 20:08:26 -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 a6a507bf9..b0fa3c91d 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 && \