###############################################################################
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-archlinux-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-archlinux:$FROM_IMAGE_TAG

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

# Install mediastreamer test dependencies
RUN sudo pacman --noconfirm -Sy alsa-utils pulseaudio

#Getting dependencies to run tests headlessly
RUN sudo pacman --noconfirm -Sy -y xorg-server-xvfb
#failing, need to find a workaround
#RUN modprobe snd-dummy

# TODO install debuginfo

CMD bash
