„Dockerfile“ ändern

This commit is contained in:
Christopher 2020-06-14 09:45:34 +00:00
parent e1335c507c
commit 50e9c509f4
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@ MAINTAINER Christopher <christopher@chris-latza.de>
RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 wget curl ffmpeg && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
RUN a2enmod rewrite
RUN a2enmod remoteip
RUN rm -r -f /var/www/html/*
RUN chown -R www-data:www-data /var/www/html
RUN a2enmod remoteip
ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data