Rebase on LSIO alpine python

This commit is contained in:
morpheus65535 2018-01-23 10:49:52 -05:00
parent 8069302986
commit 8257183b68
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM python:2.7.14-alpine3.6
FROM lsiobase/alpine.python:3.7
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# set python to use utf-8 rather than ascii.
ENV PYTHONIOENCODING="UTF-8"
VOLUME /tv