mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 21:01:26 +00:00
Made the dockerfile actually work.
Build: docker build --name lib . Invocation: docker run lib --privileged -it -P
This commit is contained in:
parent
8567aec1a6
commit
e590f2ffae
1 changed files with 4 additions and 2 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue