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

ARG FROM_IMAGE_TAG=20230706_add_deps_for_av1

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian11:$FROM_IMAGE_TAG

MAINTAINER Peio Rigaux <peio.rigaux@belledonne-communications.com>

# Install mediastreamer test dependencies
RUN sudo apt-get update && sudo apt-get install -y alsa-utils pulseaudio

#Getting dependencies to run tests headlessly
RUN sudo apt-get update && sudo apt-get install -y xvfb
#failing, need to find a workaround
#RUN modprobe snd-dummy

# TODO install debuginfo

CMD bash
