16 lines
222 B
Markdown
16 lines
222 B
Markdown
|
# build-boost
|
||
|
|
||
|
Integrate [Boost C++ Libraries](https://github.com/boostorg/boost) into a Debian docker.
|
||
|
|
||
|
## Build
|
||
|
|
||
|
```bash
|
||
|
docker build -t build-boost .
|
||
|
```
|
||
|
|
||
|
## Use
|
||
|
|
||
|
```bash
|
||
|
docker pull arielherself/build-boost:1.85.0
|
||
|
```
|