mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-20 05:02:16 +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:22.04-v1"
|
|
docker build --progress=plain -t $imagename . 2>&1 | tee /tmp/output.txt
|