###############################################################################
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu-18-04-lts-test-liblinphone:20230915_gcc_10
###############################################################################

ARG FROM_IMAGE_TAG=20230915_gcc_10

FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu-18-04-lts:$FROM_IMAGE_TAG

MAINTAINER Julien Wadel <julien.wadel@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
