Added mention related to dependencies

This commit is contained in:
Kenneth Bruen 2021-05-21 01:31:01 +03:00
parent 501763fcd1
commit 7bb0098cd8
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -26,6 +26,8 @@ FROM alpine:3
COPY --from=tdlib /tdlib /tdlib/
```
Keep in mind that you will need to install additional dependencies (OpenSSL and zlib). Consult the [dependencies part](https://github.com/tdlib/td#dependencies) of the tdlib README, the [build instructions](https://tdlib.github.io/td/build.html) page and/or the Dockerfile used to build the image.
## How to build
The files used to build the images are located in the [GitHub repository](https://github.com/dancojocaru2000/tdlib-docker).