flexisip-account-manager/docker/bc-dev-rocky8-php.docker
Timothée Jaussoin 668a7758c4 Fix #37 Run tests under Rockylinux 8 and Debian 11
Log an error if the FlexisipPusher is used but not properly configured
2022-10-20 17:14:51 +02:00

8 lines
300 B
Docker

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos8:2022_10_13_update_docker_image
USER root
# Install dependencies
RUN yum -y install @php:7.3 php-mbstring
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
RUN mkdir -p /usr/local/bin