1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

the mime type error was thrown since the meet container did not have the mime-support package (#205)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-07-12 14:12:37 +02:00
committed by GitHub
parent 3a18f22765
commit 3b8c9c4d68
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -43,7 +43,9 @@ RUN \
# 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 \
kopano-kwebd \
kopano-meet kopano-meet-webapp \
${ADDITIONAL_KOPANO_PACKAGES} \