This Docker image will build a static version of ffmpeg and ffprobe using github.com/pyke369/sffmpeg.
The binaries are Linux binaries and will be stored in /sffmpeg-bin.
You must mount this directory to be get the binaries.
The first step is to create a directory for the static binaries:
$ mkdir ffmpeg-bin
Then you can start the build process:
$ docker run --rm -v $PWD/ffmpeg-bin:/ffmpeg-bin sebest/sffmpeg-build
When the container will exit, you should have your Linux binaries in the ffmpeg-bin directory.