mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +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
10 lines
No EOL
336 B
Docker
10 lines
No EOL
336 B
Docker
FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos8:2022_10_13_update_docker_image
|
|
USER root
|
|
|
|
# Install Remi repository
|
|
RUN dnf -y update
|
|
RUN dnf -y install http://rpms.remirepo.net/enterprise/remi-release-8.5.rpm
|
|
RUN dnf module enable php:remi-8.0 -y
|
|
|
|
# Install dependencies
|
|
RUN dnf -y install php php-mbstring composer |