From 4672dff44b69e00b476c6142cb197a93491022e6 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 27 Nov 2019 09:43:44 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf562f3..d2a0195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \