Closed konstin closed 6 years ago
Update: The Problem only occurs when the locale is set to C
, i.e. with export LANG=C
. As most people have a different locale on their machines, this problem doesn't show for them. Docker apparently defaults to LANG=C
and therefore fails. ENV LANG C.UTF-8
can work around this problem, but I'd stil propose this PR as proper fix. More information is available here and here
Thanks
This actually doesn't work with python2
While
pip install django-geojson
works properly on my machine, but it suddenly fails when run inside of a docker container with the same ubuntu version.Minimal Dockerfile for reference: