Skip to content

Commit

Permalink
the mime type error was thrown since the meet container did not have …
Browse files Browse the repository at this point in the history
…the mime-support package (#205)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
  • Loading branch information
fbartels authored Jul 12, 2019
1 parent 3a18f22 commit 3b8c9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions meet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
3 changes: 0 additions & 3 deletions web/kweb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b8c9c4

Please sign in to comment.