flexisip-account-manager/docker/bc-dev-centos7-php.docker
Timothée Jaussoin 68b4f1df7f Update CHANGELOG for the upcoming v1.3
Fix the packaging process to use git describe as a reference
Move the generated packages in the build directory, and fix the release and version format in the .spec
Refactor and cleanup the .gitlab-ci file
Move minimum version to PHP8.0
2022-12-13 14:50:40 +01:00

11 lines
No EOL
388 B
Docker

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