Skip to content

Commit 9fb0496

Browse files
committed
Add missing library (needed for the new mimemagic dependency)
1 parent 68f78f8 commit 9fb0496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN set -ex && \
4949
libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
5050
libgdbm5 libreadline7 libncurses5 libffi6 \
5151
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
52+
libmagic1 \
5253
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
5354
&& locale-gen en_US.UTF-8 \
5455
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \

0 commit comments

Comments
 (0)