#!/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