mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
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
11 lines
No EOL
388 B
Docker
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 |