Build docker using poetry by ./build/prepare/linux.sh

This commit is contained in:
John Preston 2022-07-24 16:02:23 +03:00
parent 5624162194
commit b829ed3530

View File

@ -4,4 +4,7 @@ pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
./build/docker/centos_env/prepare.sh
cd $FullScriptPath/../docker/centos_env
poetry run gen_dockerfile | docker build -t tdesktop:centos_env -
cd $FullExecPath