Dockerfile to build Microsofts coreclr (DotNet) in docker
To run:
- Make sure you have boot2docker installed and running on OS X or docker on Linux
- git clone https://github.com/hashneo/coreclr.git
- cd coreclr
- ./build.sh release
- ./build.sh debug
Files will be outout in the output/ directory.
Enjoy!