From a4bb624c3fafa134d495a7b3b6b4caa0ab9b1e6f Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sun, 13 Feb 2022 03:55:36 +0300 Subject: [PATCH] Backport endpoint rpm link --- Telegram/build/docker/centos_env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index c72602c14..b8ddbf302 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -24,7 +24,7 @@ ENV HFLAGS_DEBUG "-fstack-protector-all -fstack-clash-protection -fPIC" ENV HFLAGS "$HFLAGS_DEBUG -D_FORTIFY_SOURCE=2" RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && yum clean all -RUN yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm && yum clean all +RUN yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum clean all RUN yum -y install centos-release-scl && yum clean all RUN yum -y install git meson ninja-build autoconf automake libtool patch \