#!/bin/bash # update the image name as necessary. imagename="cppalliance/boost_superproject_build:20.04-v4" docker build -t $imagename .