mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix the configuration warning about OpenSSL
This commit is contained in:
parent
84dbdc6e92
commit
63cf64fca2
1 changed files with 2 additions and 0 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue