remove qemu version from dockerfile

This commit is contained in:
Peter Varsanyi 2018-06-10 19:44:50 -07:00
parent 6f5a479e53
commit e712b82d61

View file

@ -2,7 +2,6 @@ FROM lsiobase/alpine.python.arm64:3.7
# set python to use utf-8 rather than ascii.
ENV PYTHONIOENCODING="UTF-8"
ENV QEMU_VERSION v2.11.0
ADD qemu-aarch64-static /usr/bin