Remove unused statement

This commit is contained in:
Daniel Brendel
2025-05-15 02:32:02 +02:00
parent f5ff6eb4e5
commit 1ccda71de2
-3
View File
@@ -47,9 +47,6 @@ RUN apt-get update \
&& docker-php-ext-configure gd --with-jpeg \
&& docker-php-ext-install gd
# Install tzdata package
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
# Enable Apache mod_rewrite for .htaccess support
RUN a2enmod rewrite