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-gd \
php-fdomdocument \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& apt-get clean
RUN /usr/sbin/a2enmod mpm_prefork \
&& /usr/sbin/a2enmod ssl \