diff --git a/Dockerfile b/Dockerfile index 0ce1532..4e4a0d9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM linuxserver/baseimage.python MAINTAINER smdion -ENV LC_ALL="C.UTF-8" LANG="en_US.UTF-8" APTLIST="ffmpeg mc" +ENV PYTHONIOENCODING="UTF-8" APTLIST="ffmpeg mc" # Install Dependencies RUN add-apt-repository ppa:mc3man/trusty-media && \