Files
flippr-code/FlippR-Driver/cross-docker/Dockerfile
2018-09-04 23:48:43 +02:00

13 lines
290 B
Docker

FROM ubuntu:latest
RUN apt update \
&& apt install -y git rsync cmake gcc-7-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf
RUN cd ~ \
&& mkdir raspberrypi \
&& cd raspberrypi \
&& mkdir rootfs
COPY lib /root/raspberrypi/rootfs/
COPY usr /root/raspberrypi/rootfs/