Files
release-tools/docker/python3/noble/v1/buildimage.sh
2024-12-16 05:35:30 -07:00

6 lines
182 B
Bash
Executable File

#!/bin/bash
# update the image name as necessary.
imagename="cppalliance/boost_superproject_build:24.04-v2"
docker build --progress=plain -t $imagename . 2>&1 | tee /tmp/output.txt