Add ./build/prepare/linux.sh which builds docker.

This commit is contained in:
John Preston 2021-09-21 18:11:24 +04:00
parent b2df781b76
commit c1be1ca4ae
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
set -e
FullExecPath=$PWD
pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
./build/docker/centos_env/prepare.sh