mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
update docker files
This commit is contained in:
parent
65f3cf37ee
commit
009643cf73
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
# set python to use utf-8 rather than ascii.
|
||||||
ENV PYTHONIOENCODING="UTF-8"
|
ENV PYTHONIOENCODING="UTF-8"
|
||||||
|
|
|
@ -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.
|
# set python to use utf-8 rather than ascii.
|
||||||
ENV PYTHONIOENCODING="UTF-8"
|
ENV PYTHONIOENCODING="UTF-8"
|
||||||
|
|
Loading…
Reference in a new issue