mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 02:15:37 +08:00
remove qemu version from dockerfile
This commit is contained in:
parent
6f5a479e53
commit
e712b82d61
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ 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"
|
||||||
ENV QEMU_VERSION v2.11.0
|
|
||||||
|
|
||||||
ADD qemu-aarch64-static /usr/bin
|
ADD qemu-aarch64-static /usr/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue