Skip to content

Commit

Permalink
add brok
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 19, 2020
1 parent 49766f3 commit 3d5bb0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions brok/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM haskell:8.8

LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN cabal update && cabal install brok

CMD ["brok"]

0 comments on commit 3d5bb0f

Please sign in to comment.