[FIX]Radicale base image with good UTF8

This commit is contained in:
Fabien BOURGEOIS 2017-12-09 08:40:53 +01:00
parent 530e8b6e91
commit c3b85e44a5
1 changed files with 4 additions and 0 deletions

View File

@ -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