view Dockerfile @ 6:60f514338238

add
author mir3636
date Wed, 24 Oct 2018 20:48:46 +0900
parents d56c48888d7f
children
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/innparusu/xv6_rpi_port/
WORKDIR /code/xv6_rpi_port/
RUN make
CMD /bin/bash