view 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
line wrap: on
line source

FROM phitek/qemu-arm
RUN apt-get update -y
RUN apt-get remove gdb -y
RUN apt-get install gcc-arm-none-eabi gdb-arm-none-eabi qemu-system-arm mercurial -y
WORKDIR /code
RUN hg clone http://www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/xv6-rpi-docker
WORKDIR /code/xv6-rpi-docker/src
RUN make
CMD /bin/bash