mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-12 19:56:53 +00:00
✨(backend) add mimetype detection logic from drive
Reused the logic developed by the team working on drive. This is usefull for our own upload file backend (that will come in later commits). Dockefile was updated to add a required system dependency. We might want to put this shared logic in a lib.
This commit is contained in:
committed by
aleb_the_flash
parent
124a8bf8d9
commit
047da94494
@@ -39,6 +39,7 @@ ARG MEET_STATIC_ROOT=/data/static
|
||||
|
||||
RUN apk add \
|
||||
pango \
|
||||
libmagic \
|
||||
rdfind
|
||||
|
||||
# Copy installed python dependencies
|
||||
@@ -68,6 +69,7 @@ RUN apk --no-cache add \
|
||||
gettext \
|
||||
libffi-dev \
|
||||
pango \
|
||||
libmagic \
|
||||
shared-mime-info
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user