Skip to content

Commit

Permalink
fix: add install a package to improve the accuracy of guessing mime t…
Browse files Browse the repository at this point in the history
…ype and file extension
  • Loading branch information
kurokobo committed Jan 28, 2025
1 parent 1de84fd commit 6382d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.19+dfsg-1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1 \
# install a chinese font to support the use of tools like matplotlib
&& apt-get install -y fonts-noto-cjk \
# install a package to improve the accuracy of guessing mime type and file extension
&& apt-get install -y media-types \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6382d90

Please sign in to comment.