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

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11:20260122_pkg_config_dependency

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
