about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authornullkal <nullkal@users.noreply.github.com>2017-07-09 05:44:31 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-08 22:44:31 +0200
commit007ab330e6ffb1e07995d4e306473d457043e2eb (patch)
treebaf206a3c7ae9f626a679fb3c7b650e694d8d480 /Dockerfile
parent794781d1219112482e4abbc0a98683a17d170e2b (diff)
Use charlock_holmes instead of nkf at FetchLinkCardService (#4080)
* Specs for language detection

* Use CharlockHolmes instead of NKF

* Correct mistakes

* Correct style

* Set hint_enc instead of falling back and strip_tags

* Improve specs

* Add dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7033cddd4..97a691393 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
     ffmpeg \
     file \
     git \
+    icu-dev \
     imagemagick@edge \
     libpq \
     libxml2 \