1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-14 01:42:56 +00:00

comment the python image for now as it fails to build because if libical

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-10-11 12:30:21 +02:00
parent 41d019030f
commit 88d6aa279a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ RUN \
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_CORE_REPOSITORY_URL} ./" > /etc/apt/sources.list.d/kopano.list; \
# install
set -x && \
#apt-get update && apt-get -s -o Debug::pkgProblemResolver=yes install libical2 \
apt-get update && apt-get install -y --no-install-recommends \
python3-kopano \
${ADDITIONAL_KOPANO_PACKAGES} \