This docker image contains everything to build icecast-kh for Ubuntu, from https://karlheyes.github.io/:
libxslt1-devlibvorbis-devruby&ruby-devlibssl-devmakewgetpkg-configlibcurl4-openssl-devlibtheora-devlibspeex-devfpm
The main image is there to build the various icecast-kh versions.
Basic usage:
docker build -t icecast-kh-builder .
On the Docker Hub, builder images are found as freqout/icecast-kh-builder:latest.
To automatically build version 2.4.0-kh5 as a Ubuntu package (don't forget to mount a volume for /build):
$ docker run -it --rm -v ${PWD}:/build freqout/icecast-kh-builder:2.4.0-kh5