Build Vlc for Linux Using Docker Image

Get the source code.

$ git clone git://git.videolan.org/vlc/vlc-3.0.git

Pull docker image for building

$ docker pull registry.videolan.org:5000/vlc-debian-stable

Build VLC using docker image.

You will find binary for vlc in bin directory. Now you can exit the bash prompt running from docker container and run

$ cd <vlc-source-dir>
$ bin/vlc