a dockerfile for the FCD decompiler (https://github.com/zneak/fcd)
It takes a while to build! Took about 5 minutes on my laptop.
# build the container
docker bulid -t fcd .
# you can just use the start.sh wrapper script
./start.sh /path/to/binaryand it will spit out the decompiled code!