mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 23:58:08 +02:00
8 lines
124 B
Docker
8 lines
124 B
Docker
|
FROM haskell:8.8
|
||
|
|
||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||
|
|
||
|
RUN cabal update && cabal install brok
|
||
|
|
||
|
CMD ["brok"]
|