mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +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:
parent
3a18f22765
commit
3b8c9c4d68
@ -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} \
|
||||
|
@ -9,9 +9,6 @@
|
||||
gzip
|
||||
header / Server kweb
|
||||
|
||||
# TODO this should actually not be neccesary since the container has the mailcap package installed
|
||||
mime .json application/json
|
||||
|
||||
tls {%EMAIL%}
|
||||
|
||||
limits {
|
||||
|
Loading…
x
Reference in New Issue
Block a user