comparison Dockerfile @ 51:ccd59cd9ee45

fix
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 17 Dec 2018 19:48:57 +0900
parents 0b3fb7075f38
children 1adde248a61f
comparison
equal deleted inserted replaced
50:0b3fb7075f38 51:ccd59cd9ee45
1 FROM phitek/qemu-arm 1 FROM phitek/qemu-arm
2 RUN apt-get update -y 2 RUN apt-get update -y
3 RUN apt-get remove gdb -y 3 RUN apt-get remove gdb -y
4 RUN apt-get install gcc-arm-none-eabi gdb-arm-none-eabi qemu-system-arm mercurial -y 4 RUN apt-get install gcc-arm-none-eabi gdb-arm-none-eabi qemu-system-arm mercurial -y
5 WORKDIR /code 5 WORKDIR /code
6 RUN hg clone http://www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/xv6-docker 6 RUN hg clone http://www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/xv6-rpi-docker
7 WORKDIR /code/xv6-rpi/src 7 WORKDIR /code/xv6-rpi-docker/src
8 RUN make 8 RUN make
9 CMD /bin/bash 9 CMD /bin/bash