From 8257183b6810ba1bbf9d0d22573a6ef8123c2d2c Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 23 Jan 2018 10:49:52 -0500 Subject: [PATCH] Rebase on LSIO alpine python --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d38673405..cd620495e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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