Docker container
I have successfully managed to build synchronet in a docker container, you can find link to the repository containing the docker below. Due to the way docker works, I had to modify the GNUmakefile as docker doesn't have setcap
available and chowning the directory is done in the Dockerfile instead of the GNUmakefile.