Add missing s390x in the switch for qemu Dockerfile

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
Alice Frosi 2018-10-17 17:41:58 +02:00
parent 31e7201413
commit 8dd28e8e92

View File

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