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

13 lines
No EOL
543 B
Docker

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11:2022_10_13_update_docker_image
MAINTAINER Peio Rigaux <peio.rigaux@belledonne-communications.com>
USER root
# Install dependencies
RUN apt update && apt -y install php php-xml php-curl composer rsync
# Setup the Debian repository
RUN apt install wget
RUN wget https://linphone.org/snapshots/debian/keyring.gpg -O - | sudo apt-key add -
RUN echo 'deb [arch=amd64] http://linphone.org/snapshots/debian '$(lsb_release -cs)' stable' > /etc/apt/sources.list.d/belledonne.list