mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Build docker using poetry by ./build/prepare/linux.sh
This commit is contained in:
parent
5624162194
commit
b829ed3530
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue