@@ 41,7 41,7 @@ RUN cd qemu-4.0.0 && ./configure \
--disable-glusterfs \
--disable-tools \
--disable-werror \
- --target-list="x86_64-softmmu,i386-softmmu,aarch64-softmmu,arm-softmmu,ppc64-softmmu,s390x-softmmu,riscv64-softmmu"
+ --target-list="x86_64-softmmu,i386-softmmu,aarch64-softmmu,arm-softmmu,ppc64-softmmu,s390x-softmmu,riscv64-softmmu,mips-softmmu,mipsel-softmmu,mips64el-softmmu"
RUN cd qemu-4.0.0 && make && make install
@@ 53,6 53,9 @@ COPY --from=0 /bin/qemu-system-arm /bin/
COPY --from=0 /bin/qemu-system-ppc64 /bin/
COPY --from=0 /bin/qemu-system-ppc64le /bin/
COPY --from=0 /bin/qemu-system-s390x /bin/
+COPY --from=0 /bin/qemu-system-mips /bin/
+COPY --from=0 /bin/qemu-system-mipsel /bin/
+COPY --from=0 /bin/qemu-system-mips64el /bin/
COPY --from=0 /share/qemu/ /share/qemu/
COPY --from=0 /lib/x86_64-linux-gnu/libnss_dns-2.28.so /lib/x86_64-linux-gnu/
COPY --from=0 /lib/x86_64-linux-gnu/libnss_dns.so.2 /lib/x86_64-linux-gnu/