added some docker stuff
This commit is contained in:
12
FlippR-Driver/cross-docker/Dockerfile
Normal file
12
FlippR-Driver/cross-docker/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user