mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 16:57:45 +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.
|
||||
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.
|
||||
ENV PYTHONIOENCODING="UTF-8"
|
||||
|
|
Loading…
Reference in a new issue