]> cat aescling's git repositories - mastodon.git/commit
Use GNU libiconv in Nokogiri (#4494)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Thu, 3 Aug 2017 16:04:36 +0000 (01:04 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 3 Aug 2017 16:04:36 +0000 (18:04 +0200)
commitab60aa226617c62161bf56d1bb45cea76cfb8403
treebb044de9095b92377fd9c1e81d9a7bdef024f544
parent0bbd5789b51c9187ecdff19423536f921fab3f9e
Use GNU libiconv in Nokogiri (#4494)

System default libiconv of Alpine Linux only supports some charset (e.g. UTF-8).
Therefore, the preview card of the page which is not UTF-8 will be broken in the Docker environment.

Using GNU libiconv!
Dockerfile