Merge pull request #3205 from alicefr/fix_qemu_dockerfile

Missing s390x in the switch for qemu Dockerfile
This commit is contained in:
Rolf Neugebauer
2018-12-20 23:45:14 +00:00
committed by GitHub

View File

@@ -12,6 +12,9 @@ RUN apk add --no-cache --initdb -p /out \
aarch64) \
apk add --no-cache --initdb -p /out qemu-system-aarch64; \
;; \
s390x) \
apk add --no-cache --initdb -p /out qemu-system-s390x; \
;; \
esac
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache