Files
release-tools/docker/python3/jammy/buildimage.sh
2024-06-19 01:15:42 +00:00

6 lines
182 B
Bash
Executable File

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