Clone this project in a machine with docker to run fsharp under linux.
This project is using the docker image in docker-fsharp to run mono.
First bootstraps paket and then uses it to install FAKE. Then you can use FAKE to orchestrate your build.
Build the image
$ make create-image
and then you can run the build:
$ make build