1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 21:33:02 +00:00
This commit is contained in:
Andre Zoledziowski
2018-10-13 14:32:11 +02:00
2 changed files with 21 additions and 0 deletions
+6
View File
@@ -43,6 +43,7 @@ COPY --from=common /common.sh /kopano/helper/
SHELL [ "/bin/bash", "-c"]
RUN \
<<<<<<< HEAD
# community download and package as apt source repository
. /kopano/helper/common.sh && \
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
@@ -57,6 +58,11 @@ RUN \
if [ ${RELEASE_KEY_DOWNLOAD} -eq 1 ]; then \
curl -s -S -o - "${KOPANO_CORE_REPOSITORY_URL}/Release.key" | apt-key add -; \
fi; \
=======
# community download
[ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ] && \
/kopano/download_community.sh core; \
>>>>>>> e6766f261f54d575dbef21af400319f27583d5c0
# install
apt-get update && \
set -x && \