1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

final changes

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-02-25 13:05:31 +01:00
parent 0d6477c45a
commit 2afb65303a
5 changed files with 13 additions and 7 deletions
+3 -2
View File
@@ -12,7 +12,8 @@ ARG RELEASE_KEY_DOWNLOAD=0
ARG KOPANO_UID=999
ARG KOPANO_GID=999
ENV BASE_VERSION=2.0.0 \
ENV \
BASE_VERSION=2.0.0 \
DEBUG="" \
DEBIAN_FRONTEND=noninteractive
@@ -87,4 +88,4 @@ ONBUILD RUN \
. /kopano/helper/create-kopano-repo.sh && \
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
dl_and_package_community "core" "$DOWNLOAD_DISTRIBUTION" "$DOWNLOAD_CHANNEL" "$DOWNLOAD_BRANCH"; \
fi
fi