flexisip-account-manager/docker/bc-dev-rocky8-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

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