This is docker image with LLVM/Clang and Boost
Following is the list of packages included
- llvm using https://apt.llvm.org/llvm.sh
- python
- pyenv using https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer
- Lib: Boost
- Lib: Curl
Run this command from your project folder:
In Powershell:
docker run -it --rm -v ${pwd}:/build gvfn/clang-buildpack:ubuntu-10 bash
In Bash
docker run -it --rm -v `pwd`:/build gvfn/clang-buildpack:ubuntu-10 bash
Your current folder will be mapped into /build
folder for your build activities.