Use COPY --link to consume less space when building Docker image

This commit is contained in:
Ilya Fedin
2022-08-12 20:46:59 +04:00
committed by John Preston
parent b9181db407
commit 5f3c957b1d
4 changed files with 69 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
Install [poetry](https://python-poetry.org), go to the `tdesktop/Telegram/build/docker/centos_env` directory and run
poetry install
poetry run gen_dockerfile | docker build -t tdesktop:centos_env -
poetry run gen_dockerfile | docker buildx build -t tdesktop:centos_env -
### Building the project