enable mod rewrite

This commit is contained in:
Christopher 2020-01-25 11:27:28 +01:00
parent bfdcd12918
commit c9b0f5fa4d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM debian:buster
MAINTAINER Christopher <christopher@chris-latza.de>
RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
RUN a2enmod rewrite
RUN rm -r -f /var/www/html/*
RUN chown -R www-data:www-data /var/www/html