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 1cc7036 commit 80ebf3bCopy full SHA for 80ebf3b
Dockerfile
@@ -50,6 +50,7 @@ RUN set -ex && \
50
libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
51
libgdbm5 libreadline7 libncurses5 libffi6 \
52
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
53
+ libmagic1 \
54
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
55
&& locale-gen en_US.UTF-8 \
56
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
0 commit comments