set python utf-8

This commit is contained in:
sparklyballs 2015-10-04 12:13:46 +01:00
parent 289c7162ee
commit fe61af8e50

View file

@ -1,7 +1,7 @@
FROM linuxserver/baseimage.python FROM linuxserver/baseimage.python
MAINTAINER smdion <me@seandion.com> MAINTAINER smdion <me@seandion.com>
ENV LC_ALL="C.UTF-8" LANG="en_US.UTF-8" APTLIST="ffmpeg mc" ENV PYTHONIOENCODING="UTF-8" APTLIST="ffmpeg mc"
# Install Dependencies # Install Dependencies
RUN add-apt-repository ppa:mc3man/trusty-media && \ RUN add-apt-repository ppa:mc3man/trusty-media && \