See https://docs.conan.io/en/latest/installation.html
mkdir build; cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
TOKEN=XXXXXXXX ./build/bin/botanist
boty image should not be pushed to prod
# prepare container
docker build -t boty -f Dockerfile.dev .
# start container
docker run --rm -it -e TOKEN=XXXXXXXX boty