mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-02 01:38:18 +02:00
This new script is a clean way of handling the installation of packages. I think the huge `RUN` command in `Dockerfile` was hard to read and maintain. Using a script is a non-issue, as the image is rebuilt whenever the script is touched. Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>