Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2019-11-27 09:43:44 +00:00
parent 86f8f67852
commit 4672dff44b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
lighttpd-enable-mod fastcgi-php && \
# Include vhost's
sed -i -e '$a\' -e 'include_shell "cat /etc/lighttpd/vhosts.d/*.conf"' /etc/lighttpd/lighttpd.conf && \
# mkdir -p /run/lighttpd/ && chown www-data /run/lighttpd/ && \
mkdir -p /run/lighttpd/ && chown www-data /run/lighttpd/ && \
apt-get remove -y \
libterm-readline-gnu-perl \
software-properties-common && \