Install IMAP

This commit is contained in:
Luke Tainton
2020-08-11 21:23:43 +01:00
committed by GitHub
parent 84625d7586
commit c863279487

View File

@@ -2,5 +2,5 @@ FROM php:apache
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
COPY --chown=www-data:www-data hesk /srv
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
RUN docker-php-ext-install mysqli
RUN docker-php-ext-install mysqli imap
RUN a2enmod rewrite