Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-18 17:14:34 -07:00
parent 49766f3529
commit 3d5bb0fdd3
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

7
brok/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM haskell:8.8
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN cabal update && cabal install brok
CMD ["brok"]