Add docker for building

This commit is contained in:
2019-03-09 22:36:14 +03:00
parent 4be7709d9f
commit c96cc544e4
6 changed files with 53 additions and 7 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM fpco/stack-build:lts-13.10
# Code formatter
# RUN stack --system-ghc --local-bin-path=/usr/local/bin install \
# hfmt