update docker files

This commit is contained in:
Peter Varsanyi 2018-06-10 19:09:59 -07:00
parent 65f3cf37ee
commit 009643cf73
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine.python:3.7
FROM lsiobase/alpine.python.arm64:3.7
# set python to use utf-8 rather than ascii.
ENV PYTHONIOENCODING="UTF-8"

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine.python:3.7
FROM lsiobase/alpine.python.armhf:3.7
# set python to use utf-8 rather than ascii.
ENV PYTHONIOENCODING="UTF-8"