Skip to content

Commit

Permalink
Made the dockerfile actually work.
Browse files Browse the repository at this point in the history
Build:
docker build --name lib .

Invocation:
docker run lib --privileged -it -P
  • Loading branch information
faddat committed Apr 3, 2016
1 parent 8567aec commit e590f2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit e590f2f

Please sign in to comment.