mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 16:52:08 +00:00
6 lines
182 B
Bash
Executable File
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
|