We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f78f8 commit 9fb0496Copy full SHA for 9fb0496
Dockerfile
@@ -49,6 +49,7 @@ RUN set -ex && \
49
libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
50
libgdbm5 libreadline7 libncurses5 libffi6 \
51
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
52
+ libmagic1 \
53
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
54
&& locale-gen en_US.UTF-8 \
55
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
0 commit comments