haskell / docker-haskell

MIT License
63 stars 36 forks source link

Generate dockerfiles #69

Closed AlistairB closed 1 year ago

AlistairB commented 2 years ago

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.

AlistairB commented 1 year ago

Just going to close this I don't have the time and it is a fairly minor win.