WIP Docker images for dune developer preview.
To Run
docker build -f Dockerfile .
TODO
- Have separate images for apple, ubuntu, alpine
- alpine
- ubuntu
- apple
- Include a dune user and give sudo access to dune user
- What should be the base directory? Any downsides to it being
/home/dune
- Rewrite cURL sh script to native docker commands? Is it needed? Is it ok to use shell script for this case?
- Is it possible to clone and use the opam-repository? It probably has some performance and caching benefits - how to go about it?
- Use Docker base images (https://github.com/ocurrent/docker-base-images)? How much work is it?