Skip to content

Commit

Permalink
add libmagic dependency to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Oct 4, 2024
1 parent 537e765 commit dded1ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update && apt-get install -y \
curl \
# mimetype detection (creates /etc/mime.types)
mailcap \
# mimetype detection from content
libmagic1 \
# cleaning up unused files
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit dded1ec

Please sign in to comment.