mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-01 12:00:48 +00:00
Build docker using poetry by ./build/prepare/linux.sh
This commit is contained in:
parent
5624162194
commit
b829ed3530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user