fauria / docker-mailman

🐳 Complete GNU Mailman suite, including Exim MTA, Apache webserver and DKIM support.
https://hub.docker.com/r/fauria/mailman/
MIT License
21 stars 9 forks source link

add a apt-get update to update list of package (issue on exim4 install) #1

Closed julbrs closed 6 years ago

fauria commented 6 years ago

Hi!

First of all, sorry for catching up so late and thank you for your PR!

Following a building, the container should have an updated list of packages, as RUN apt-get update is part on the Dockerfile.

Regards!