Parcourir la source

fix: add install a package to improve the accuracy of guessing mime type and file extension (main) (#13752)

tags/1.0.0
kurokobo il y a 8 mois
Parent
révision
035e54ba4d
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      api/Dockerfile

+ 2
- 0
api/Dockerfile Voir le fichier

@@ -58,6 +58,8 @@ RUN \
expat libldap-2.5-0 perl libsqlite3-0 zlib1g \
# install a chinese font to support the use of tools like matplotlib
fonts-noto-cjk \
# install a package to improve the accuracy of guessing mime type and file extension
media-types \
# install libmagic to support the use of python-magic guess MIMETYPE
libmagic1 \
&& apt-get autoremove -y \

Chargement…
Annuler
Enregistrer