Added mention related to dependencies
This commit is contained in:
parent
501763fcd1
commit
7bb0098cd8
1 changed files with 2 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue