> Looks like you only have one dockerfile setup? No, I have a number of flavors available. There's slim image with just the compiler, a larger image with nimble, an onbuild image to be used as a base for apps. There are two base images too: Ubuntu and Alpine.
The Dockerfiles are generated from Nim source files using source code filters. There's a single binary that builds all the different combinations. I've written this code a long time ago and I'm sure it can be improved.
