diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index 8b31a9c9b..449b6f61e 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -62,6 +62,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libxml2 \ mysql-client \ snmp-mibs-downloader \ + ca-certificates \ unixodbc && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/proxy-sqlite3/ubuntu/Dockerfile b/proxy-sqlite3/ubuntu/Dockerfile index 5891b9cbc..182fa7baf 100644 --- a/proxy-sqlite3/ubuntu/Dockerfile +++ b/proxy-sqlite3/ubuntu/Dockerfile @@ -59,6 +59,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssl1.1 \ libxml2 \ snmp-mibs-downloader \ + ca-certificates \ unixodbc && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index c543458e0..a1aaede9f 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -66,6 +66,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libxml2 \ mysql-client \ snmp-mibs-downloader \ + ca-certificates \ unixodbc && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/server-pgsql/ubuntu/Dockerfile b/server-pgsql/ubuntu/Dockerfile index 5ddd4bade..eb12938d0 100644 --- a/server-pgsql/ubuntu/Dockerfile +++ b/server-pgsql/ubuntu/Dockerfile @@ -66,6 +66,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libxml2 \ postgresql-client \ snmp-mibs-downloader \ + ca-certificates \ unixodbc && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/zabbix-appliance/ubuntu/Dockerfile b/zabbix-appliance/ubuntu/Dockerfile index 158786de4..73e11c0d2 100644 --- a/zabbix-appliance/ubuntu/Dockerfile +++ b/zabbix-appliance/ubuntu/Dockerfile @@ -189,6 +189,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ snmp-mibs-downloader \ supervisor \ ttf-dejavu-core \ + ca-certificates \ unixodbc && \ update-alternatives --install /usr/share/zabbix/fonts/graphfont.ttf \ zabbix-frontend-font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf 10 && \