build-boost/README.md

16 lines
222 B
Markdown
Raw Permalink Normal View History

2024-04-08 12:36:13 +08:00
# 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
```