mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 22:55:36 +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:
@@ -144,8 +144,8 @@ build-playground:
|
|||||||
component=playground make build-builder
|
component=playground make build-builder
|
||||||
component=playground make build-simple
|
component=playground make build-simple
|
||||||
|
|
||||||
build-python:
|
#build-python:
|
||||||
component=python make build
|
# component=python make build
|
||||||
|
|
||||||
build-kdav:
|
build-kdav:
|
||||||
docker pull composer:1.9
|
docker pull composer:1.9
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ RUN \
|
|||||||
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_CORE_REPOSITORY_URL} ./" > /etc/apt/sources.list.d/kopano.list; \
|
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_CORE_REPOSITORY_URL} ./" > /etc/apt/sources.list.d/kopano.list; \
|
||||||
# install
|
# install
|
||||||
set -x && \
|
set -x && \
|
||||||
|
#apt-get update && apt-get -s -o Debug::pkgProblemResolver=yes install libical2 \
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
python3-kopano \
|
python3-kopano \
|
||||||
${ADDITIONAL_KOPANO_PACKAGES} \
|
${ADDITIONAL_KOPANO_PACKAGES} \
|
||||||
|
|||||||
Reference in New Issue
Block a user