The dockerfiles have a lot of duplication with them. Let's generate them instead using templates and haskell.
As part of this let's switch to using buildpack-deps which will slightly increase the size of the images, but has a much higher chance of being cached as it is very common in official images. Also the main debian images become more batteries included.
closes #65
The dockerfiles have a lot of duplication with them. Let's generate them instead using templates and haskell.
As part of this let's switch to using
buildpack-deps
which will slightly increase the size of the images, but has a much higher chance of being cached as it is very common in official images. Also the main debian images become more batteries included.