From 4c5fdc1b1b39f86d482970116828b96bb318fb5a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Aug 2018 11:01:00 +0900 Subject: [PATCH] Fixed Zabbix agent on Ubuntu (bionic) --- agent/ubuntu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index ed0e5fcaf..419071dfc 100644 --- a/agent/ubuntu/Dockerfile +++ b/agent/ubuntu/Dockerfile @@ -95,6 +95,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ chown --quiet -R zabbix:root /var/lib/zabbix && \ apt-get ${APT_FLAGS_COMMON} update && \ apt-get ${APT_FLAGS_PERSISTENT} install \ + libssl1.1 \ libldap-2.4 && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \