Update Dockerfile
This commit is contained in:
parent
23e3474060
commit
518d80c003
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ RUN apt-get update
|
|||
RUN apt-get install -y librsvg2-bin
|
||||
|
||||
# enable postfix to be able to send mails
|
||||
#RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
|
||||
#RUN mkfifo /var/spool/postfix/public/pickup
|
||||
#RUN service postfix restart
|
||||
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
|
||||
RUN mkfifo /var/spool/postfix/public/pickup
|
||||
RUN service postfix restart
|
||||
|
||||
#restart apache
|
||||
RUN service apache2 restart
|
||||
|
|
Loading…
Reference in a new issue