From a732d8f5e7ba517bd0af4598c7c37190c19b6dcd Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sun, 1 Oct 2023 07:23:21 +0400 Subject: [PATCH] Disable vfork in Qt on Linux --- Telegram/build/docker/centos_env/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 1a92eb135..4f7b67e1a 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -767,6 +767,7 @@ RUN git clone -b {{ QT_TAG }} --depth=1 https://code.qt.io/qt/qt5.git qt_{{ QT } -qt-harfbuzz \ -qt-pcre \ -no-icu \ + INPUT_forkfd_pidfd=no \ -no-feature-xcb-sm \ -static \ -dbus-runtime \