„Dockerfile“ ändern

This commit is contained in:
Christopher 2020-09-09 01:29:07 +00:00
parent d73fe3fd9e
commit dd85186ae1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ 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 unzip git && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
RUN a2enmod rewrite
RUN a2enmod remoteip
RUN a2enmod expires
RUN rm -r -f /var/www/html/*
RUN chown -R www-data:www-data /var/www/html