mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Made the dockerfile actually work.
Build: docker build --name lib . Invocation: docker run lib --privileged -it -P
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM Ubuntu
|
||||
FROM ubuntu
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git
|
||||
RUN apt-get install -y git build-essential binutils
|
||||
WORKDIR /root
|
||||
RUN git clone https://github.com/igorpecovnik/lib/
|
||||
RUN cp lib/compile.sh .
|
||||
|
||||
Reference in New Issue
Block a user