From 9cdf315f66aeb408b06f707f2b6158c9ee4dd6a0 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 8 Jul 2019 22:30:44 +0300 Subject: [PATCH] Fixed missing ca-certificactes on Ubuntu --- web-apache-mysql/ubuntu/Dockerfile | 1 - web-apache-pgsql/ubuntu/Dockerfile | 1 - web-nginx-mysql/ubuntu/Dockerfile | 1 - web-nginx-pgsql/ubuntu/Dockerfile | 1 - 4 files changed, 4 deletions(-) diff --git a/web-apache-mysql/ubuntu/Dockerfile b/web-apache-mysql/ubuntu/Dockerfile index 1f0c4796d..7ff4e619e 100644 --- a/web-apache-mysql/ubuntu/Dockerfile +++ b/web-apache-mysql/ubuntu/Dockerfile @@ -88,7 +88,6 @@ RUN set -eux && \ find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && \ DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \ gettext \ - ca-certificates \ git && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/web-apache-pgsql/ubuntu/Dockerfile b/web-apache-pgsql/ubuntu/Dockerfile index ac833e601..c9f2ab4a1 100644 --- a/web-apache-pgsql/ubuntu/Dockerfile +++ b/web-apache-pgsql/ubuntu/Dockerfile @@ -91,7 +91,6 @@ RUN set -eux && \ DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \ gettext \ patch \ - ca-certificates \ git && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/web-nginx-mysql/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index bfe700a05..37b54518e 100644 --- a/web-nginx-mysql/ubuntu/Dockerfile +++ b/web-nginx-mysql/ubuntu/Dockerfile @@ -108,7 +108,6 @@ RUN set -eux && \ find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && \ DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \ gettext \ - ca-certificates \ git && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ diff --git a/web-nginx-pgsql/ubuntu/Dockerfile b/web-nginx-pgsql/ubuntu/Dockerfile index 22d0e7309..288023b23 100644 --- a/web-nginx-pgsql/ubuntu/Dockerfile +++ b/web-nginx-pgsql/ubuntu/Dockerfile @@ -108,7 +108,6 @@ RUN set -eux && \ find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && \ DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \ gettext \ - ca-certificates \ git && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \