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

Fix quoting of meet settings (#229)

* add on the fly debugging to meet container
* fix quoting of settings

fixes #228
This commit is contained in:
Felix Bartels
2019-08-29 14:15:05 +02:00
committed by GitHub
parent db63ee39cb
commit 4ddb0c6da7
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -42,7 +42,6 @@ RUN \
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_MEET_REPOSITORY_URL} ./" > /etc/apt/sources.list.d/kopano.list; \
# install
apt-get update && \
set -x && \
# TODO mime-support could be remove once its an official dependency of kopano-kwebd
apt-get install --no-install-recommends -y \
mime-support \
@@ -51,7 +50,6 @@ RUN \
${ADDITIONAL_KOPANO_PACKAGES} \
&& \
cp /usr/share/doc/kopano-meet-webapp/config.json.in /usr/share/kopano-kweb/www/config/kopano/meet.json && \
set +x && \
rm -rf /var/cache/apt /var/lib/apt/lists
ENV KOPANO_LOCALE="de_DE.UTF-8"