From 7bb0098cd84afd0905a60adde00e83407b8cb45d Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Fri, 21 May 2021 01:31:01 +0300 Subject: [PATCH] Added mention related to dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d22caf..4b87bce 100644 --- a/README.md +++ b/README.md @@ -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).