set python utf-8
This commit is contained in:
parent
289c7162ee
commit
fe61af8e50
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM linuxserver/baseimage.python
|
||||
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
|
||||
RUN add-apt-repository ppa:mc3man/trusty-media && \
|
||||
|
|
Loading…
Add table
Reference in a new issue