FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11:2022_10_13_update_docker_image MAINTAINER Peio Rigaux 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