mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 16:52:08 +00:00
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# update the image name as necessary.
|
|
imagename="cppalliance/boost_superproject_build:20.04-v4"
|
|
docker build -t $imagename .
|