Skip to content

Commit

Permalink
Merge pull request #255 from faddat/patch-1
Browse files Browse the repository at this point in the history
Create Dockerfile
  • Loading branch information
igorpecovnik committed Apr 3, 2016
2 parents fa1eecf + e590f2f commit 9381c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu
RUN apt-get update
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 9381c4b

Please sign in to comment.