FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos:7 USER root # Install Remi repository RUN yum install -y https://rpms.remirepo.net/enterprise/remi-release-7.rpm RUN yum-config-manager --enable remi-php80 RUn yum -y update && yum -y upgrade # Install dependencies RUN yum -y install centos-release-scl.noarch sysvinit-tools RUN yum -y install php php-mbstring composer