summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2023-02-24 06:31:26 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-03-01 11:14:34 +0400
commit63cf64fca2321b078057a0c901f561124f6409b3 (patch)
tree6e82ed7b358a5e412030a4335fc7b43e5d5831ae
parent84dbdc6e9255e94afad67a0fca20659bfcf3b5ef (diff)
Fix the configuration warning about OpenSSL
-rw-r--r--Telegram/build/docker/centos_env/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile
index 30a8715897..ab867d0ade 100644
--- a/Telegram/build/docker/centos_env/Dockerfile
+++ b/Telegram/build/docker/centos_env/Dockerfile
@@ -835,6 +835,8 @@ COPY --link --from=webrtc_debug {{ LibrariesPath }}/tg_owt/out/Debug tg_owt/out/
WORKDIR ../tdesktop
ENV QT {{ QT }}
+ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }}
+
VOLUME [ "/usr/src/tdesktop" ]
ENTRYPOINT [ "scl", "enable", "rh-python38", "--", "scl", "enable", "llvm-toolset-7.0", "--", "scl", "enable", "devtoolset-10", "--" ]
CMD [ "/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh" ]