From b100bde1ef4ab260ed143b90fd0af86bbe95b7e1 Mon Sep 17 00:00:00 2001 From: Andre Zoledziowski Date: Fri, 12 Oct 2018 16:27:17 +0200 Subject: [PATCH] BugFix: missing dependencies. --- webapp/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 862c6bd..75dda88 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update && \ moreutils \ locales \ apt-transport-https \ + apt-utils jq \ dumb-init \ python3 && \ rm -rf /var/cache/apt /var/lib/apt/lists @@ -37,6 +38,9 @@ ARG DOWNLOAD_COMMUNITY_PACKAGES=1 ARG RELEASE_KEY_DOWNLOAD=0 ARG ADDITIONAL_KOPANO_PACKAGES +# community build +COPY download_community.sh /kopano/download_community.sh + # install kopano web app and refresh ca-certificates RUN \ # community download