###############################################################################
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11-php:20230706_add_deps_for_av1
###############################################################################

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11:20230706_add_deps_for_av1

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
