mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Rebase on LSIO alpine python
This commit is contained in:
parent
8069302986
commit
8257183b68
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM python:2.7.14-alpine3.6
|
FROM lsiobase/alpine.python:3.7
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
# set python to use utf-8 rather than ascii.
|
||||||
ENV LC_ALL C.UTF-8
|
ENV PYTHONIOENCODING="UTF-8"
|
||||||
|
|
||||||
VOLUME /tv
|
VOLUME /tv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue