Dockerfile that setups Ubuntu bionic with Boost libraries (header only). The C++ Boost libraries are installed under /usr/include/boost/
.
To build the image with Boost version 1.67.0
./build-docker.sh 1.67.0
To run the above built image
./run-docker.sh 1.67.0
To use the docker image, run
docker run -it zouzias/boost:1.67.0 bash
Most boost versions are released, see file boost-versions.txt
for a complete list.