[FIX]Radicale base image with good UTF8
This commit is contained in:
parent
530e8b6e91
commit
c3b85e44a5
@ -1,5 +1,9 @@
|
||||
FROM debian:jessie
|
||||
|
||||
# http://bugs.python.org/issue19846
|
||||
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV VERSION 2.1.2
|
||||
|
||||
# Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user