From 74982ddc4c617ad2dd7671cf0840604c8f8d34b6 Mon Sep 17 00:00:00 2001 From: Andre Zoledziowski Date: Mon, 12 Nov 2018 16:05:40 +0100 Subject: [PATCH] Solved debian frontend docker build warnings --- core/Dockerfile | 2 ++ webapp/Dockerfile | 2 ++ zpush/Dockerfile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/core/Dockerfile b/core/Dockerfile index 4487fc9..fa01f21 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,6 +1,8 @@ ARG docker_repo=zokradonh FROM ${docker_repo}/kopano_base +ARG DEBIAN_FRONTEND=noninteractive + ARG ADDITIONAL_KOPANO_PACKAGES="" ARG DOWNLOAD_COMMUNITY_PACKAGES=1 ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core" diff --git a/webapp/Dockerfile b/webapp/Dockerfile index d9ef9ba..cee88bc 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,6 +1,8 @@ ARG docker_repo=zokradonh FROM ${docker_repo}/kopano_base +ARG DEBIAN_FRONTEND=noninteractive + ARG ADDITIONAL_KOPANO_PACKAGES="" ARG DOWNLOAD_COMMUNITY_PACKAGES=1 ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core" diff --git a/zpush/Dockerfile b/zpush/Dockerfile index 7fbc4ee..5f03b53 100644 --- a/zpush/Dockerfile +++ b/zpush/Dockerfile @@ -1,6 +1,8 @@ ARG docker_repo=zokradonh FROM ${docker_repo}/kopano_base +ARG DEBIAN_FRONTEND=noninteractive + ARG ADDITIONAL_KOPANO_PACKAGES="" ARG DOWNLOAD_COMMUNITY_PACKAGES=1 ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core"