1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-23 14:22:54 +00:00

commit after pressing save...

This commit is contained in:
Andre Zoledziowski
2018-10-13 14:37:55 +02:00
parent 30fc849f6a
commit b95814444d
2 changed files with 0 additions and 21 deletions
-6
View File
@@ -43,7 +43,6 @@ 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 \
@@ -58,11 +57,6 @@ 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 && \