From 3e8d001b93a5c0a2478c9066a26650d037491c2a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Apr 2019 12:34:39 +0300 Subject: [PATCH] Fixed CA certificates packages in Ubuntu images --- proxy-mysql/ubuntu/Dockerfile | 1 + proxy-sqlite3/ubuntu/Dockerfile | 1 + server-mysql/ubuntu/Dockerfile | 1 + server-pgsql/ubuntu/Dockerfile | 1 + zabbix-appliance/ubuntu/Dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index 44d59718a..fea298e67 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -60,6 +60,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 bab167fb6..a5f76f113 100644 --- a/proxy-sqlite3/ubuntu/Dockerfile +++ b/proxy-sqlite3/ubuntu/Dockerfile @@ -57,6 +57,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 291a05491..d2a280db2 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -64,6 +64,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 42201f21d..17b97d127 100644 --- a/server-pgsql/ubuntu/Dockerfile +++ b/server-pgsql/ubuntu/Dockerfile @@ -64,6 +64,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 ea32270f3..aeda81af4 100644 --- a/zabbix-appliance/ubuntu/Dockerfile +++ b/zabbix-appliance/ubuntu/Dockerfile @@ -185,6 +185,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 && \