update script
This commit is contained in:
@@ -14,8 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
php-curl \
|
php-curl \
|
||||||
php-gd \
|
php-gd \
|
||||||
php-fdomdocument \
|
php-fdomdocument \
|
||||||
&& apt-get clean \
|
&& apt-get clean
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
RUN /usr/sbin/a2enmod mpm_prefork \
|
RUN /usr/sbin/a2enmod mpm_prefork \
|
||||||
&& /usr/sbin/a2enmod ssl \
|
&& /usr/sbin/a2enmod ssl \
|
||||||
|
|||||||
Reference in New Issue
Block a user