@@ -2,5 +2,8 @@ FROM php:apache
|
|||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
COPY --chown=www-data:www-data hesk /srv
|
COPY --chown=www-data:www-data hesk /srv
|
||||||
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
|
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
|
||||||
RUN docker-php-ext-install mysqli imap
|
RUN apt-get update && \
|
||||||
RUN a2enmod rewrite
|
apt-get install -y libc-client-dev libkrb5-dev && \
|
||||||
|
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
|
||||||
|
docker-php-ext-install mysqli imap && \
|
||||||
|
a2enmod rewrite
|
||||||
|
|||||||
Reference in New Issue
Block a user