changeset 1:715c14368a98 default tip

add CMD
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 21 May 2019 20:40:26 +0900
parents f97c2100be99
children
files Dockerfile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Dockerfile	Tue May 21 19:03:30 2019 +0900
+++ b/Dockerfile	Tue May 21 20:40:26 2019 +0900
@@ -22,3 +22,6 @@
 RUN cd qemu-4.0.0 &&\
     ./configure  --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,arm-linux-user --enable-kvm --enable-debug &&\
     make -j
+
+CMD /bin/bash
+