updates for newest release
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -9,16 +9,15 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl \
|
curl \
|
||||||
unzip \
|
unzip \
|
||||||
apache2 \
|
apache2 \
|
||||||
php5 \
|
php \
|
||||||
php5-mysql \
|
php-mysql \
|
||||||
php5-curl \
|
php-curl \
|
||||||
php5-gd \
|
php-gd \
|
||||||
php-fdomdocument \
|
php-fdomdocument \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN /usr/sbin/a2dismod 'mpm_*' \
|
RUN /usr/sbin/a2enmod mpm_prefork \
|
||||||
&& /usr/sbin/a2enmod mpm_prefork \
|
|
||||||
&& /usr/sbin/a2enmod ssl \
|
&& /usr/sbin/a2enmod ssl \
|
||||||
&& /usr/sbin/a2enmod rewrite \
|
&& /usr/sbin/a2enmod rewrite \
|
||||||
&& /usr/sbin/a2ensite default-ssl \
|
&& /usr/sbin/a2ensite default-ssl \
|
||||||
|
|||||||
Reference in New Issue
Block a user