diff --git a/api/Dockerfile b/api/Dockerfile index 6879cf8ffb..0daff1efbd 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -71,9 +71,9 @@ RUN set -eux; \ # install fonts to support the use of tools like pypdfium2 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; \ + media-types \ + # install libmagic to support the use of python-magic guess MIMETYPE + libmagic1; \ apt-get autoremove -y; \ rm -rf /var/lib/apt/lists/*