Added command to enable postfix/sendmail command
This commit is contained in:
parent
012401f2bc
commit
9139f7529d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ FROM webdevops/php-apache:7.4
|
|||
RUN apt-get update
|
||||
RUN apt-get install -y librsvg2-bin
|
||||
|
||||
# enable postfix to be able to send mails
|
||||
CMD ["/opt/docker/bin/usr-bin/docker-service-enable", "postfix"]
|
||||
|
||||
#restart apache
|
||||
RUN service apache2 restart
|
||||
|
||||
|
|
Loading…
Reference in a new issue