Skip to content

Commit 80ebf3b

Browse files
committed
Add missing library (needed for the new mimemagic dependency)
1 parent 1cc7036 commit 80ebf3b

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
@@ -50,6 +50,7 @@ RUN set -ex && \
5050
libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
5151
libgdbm5 libreadline7 libncurses5 libffi6 \
5252
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
53+
libmagic1 \
5354
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
5455
&& locale-gen en_US.UTF-8 \
5556
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \

0 commit comments

Comments
 (0)