Would it be useful to anybody to create a sucks Docker image? I've
    been doing that for other things lately and think I could get
    something working for this easily enough.
    
    The use cases I could imagine:
    
      - People who don't have Python but do have Docker could install
        it with one command.
- When people turn up with weird bugs, we could ask them to try
        the Docker version to eliminate a bunch of questions about what
        they have on their machine.
- Someone wanting to build something Dockerized on top of sucks
        would have an easy place to start.
These are mostly hypothetical use cases, though, and I'm
      reluctant to build anything just for hypothetical use.
    Thanks,
    
    William