Skip to content

Commit

Permalink
Enabled php imap mod
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisgerber committed Jan 10, 2017
1 parent d52d83d commit bfe1389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN mkdir /var/www/html/kOOL && cp /var/lib/kOOL/lib/install/kOOL_setup.sh /var/
ADD kool.cron /etc/cron.d/kool
RUN chown root:root /etc/cron.d/kool
RUN chmod 0664 /etc/cron.d/kool
RUN /usr/sbin/php5enmod imap

ADD mrbs.zip /var/www/html/mrbs.zip
RUN cd /var/www/html/ && unzip /var/www/html/mrbs.zip && rm /var/www/html/mrbs.zip
Expand Down

0 comments on commit bfe1389

Please sign in to comment.