linphone-sdk/docker-files/bc-dev-android-test-r25b
2025-06-16 13:25:27 +07:00

11 lines
717 B
Text

###############################################################################
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-android-test-r25b:20230706_add_deps_for_av1
###############################################################################
FROM gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-android-r25b:20230706_add_deps_for_av1
MAINTAINER Peio Rigaux <peio.rigaux@belledonne-communications.com>
#installing usb tools (lsusb) and prompting authorization alert on device once and for all
RUN sudo apt-get install usbutils -y
RUN wget -O ~/spoon.jar "https://search.maven.org/remote_content?g=com.squareup.spoon&a=spoon-runner&v=LATEST&c=jar-with-dependencies"