瀏覽代碼

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

tags/1.0.0
kurokobo 8 月之前
父節點
當前提交
035e54ba4d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      api/Dockerfile

+ 2
- 0
api/Dockerfile 查看文件

@@ -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 \

Loading…
取消
儲存