update script

This commit is contained in:
Tim Bendt
2025-11-28 21:09:19 -05:00
parent 855bdc759b
commit ac4983a80d

View File

@@ -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 \