mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Merge pull request #3205 from alicefr/fix_qemu_dockerfile
Missing s390x in the switch for qemu Dockerfile
This commit is contained in:
commit
5b5f272890
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user