Skip to content

Commit

Permalink
Added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Feb 11, 2016
1 parent 769cade commit 21e0347
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 haskell:7
RUN cabal update
ADD . Idris-dev
WORKDIR Idris-dev
RUN make
WORKDIR ..

0 comments on commit 21e0347

Please sign in to comment.