haskell / docker-haskell

MIT License
63 stars 36 forks source link

Base debian off of buildpack-deps #71

Closed AlistairB closed 2 years ago

AlistairB commented 2 years ago

This is quite standard for official images and makes them more batteries included.

The downside is the images increase from 2.5GB to 2.8GB ish, but I think that is worth it as the buildpack-deps base image will often be cached already due to how common it is. When the base image is cached the end user is pulling less GBs.

This also removes the libnuma-dev dependency for 9+ which as I understand it was a mistake which is fixed in ~9.0.2~ (nope not fixed in 9.0 branch) + 9.2.2.