From 78d4c60f6ed7d9b1ba107277b2f3300ae24c59ff Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 14 Dec 2018 22:52:29 +0100 Subject: [PATCH] add additional webapp plugins to makefile Signed-off-by: Felix Bartels --- Makefile | 2 ++ webapp/Dockerfile | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3bf0665..6bfd00a 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ build: --build-arg KOPANO_ZPUSH_REPOSITORY_URL=$(KOPANO_ZPUSH_REPOSITORY_URL) \ --build-arg RELEASE_KEY_DOWNLOAD=$(RELEASE_KEY_DOWNLOAD) \ --build-arg DOWNLOAD_COMMUNITY_PACKAGES=$(DOWNLOAD_COMMUNITY_PACKAGES) \ + --build-arg ADDITIONAL_KOPANO_PACKAGES="$(ADDITIONAL_KOPANO_PACKAGES)" \ + --build-arg ADDITIONAL_KOPANO_WEBAPP_PLUGINS="$(ADDITIONAL_KOPANO_WEBAPP_PLUGINS)" \ -t $(docker_repo)/kopano_$(component) $(component)/ build-base: diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 0702fa7..bbb39f2 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -4,6 +4,7 @@ FROM ${docker_repo}/kopano_base ARG DEBIAN_FRONTEND=noninteractive ARG ADDITIONAL_KOPANO_PACKAGES="" +ARG ADDITIONAL_KOPANO_WEBAPP_PLUGINS="" ARG DOWNLOAD_COMMUNITY_PACKAGES=1 ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core" ARG KOPANO_REPOSITORY_FLAGS="trusted=yes"