Fix Dockerfile
This commit is contained in:
parent
758303db96
commit
069dcfdcd5
|
|
@ -20,7 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php
|
||||||
RUN a2enmod php5
|
RUN a2enmod php5
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
RUN a2enmod headers
|
RUN a2enmod headers
|
||||||
RUN php5enmod imap
|
|
||||||
|
|
||||||
# Update the PHP.ini file, enable <? ?> tags and quieten logging.
|
# Update the PHP.ini file, enable <? ?> tags and quieten logging.
|
||||||
# RUN sed -i "s/short_open_tag = Off/short_open_tag = On/" /etc/php5/apache2/php.ini
|
# RUN sed -i "s/short_open_tag = Off/short_open_tag = On/" /etc/php5/apache2/php.ini
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue