From 211a10e8d4845723b2418938b98f32f959def663 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 5 Jun 2020 10:59:43 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7ad53e..4e5f052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ sed -i -e '$a\' -e 'include_shell "cat /etc/lighttpd/vhosts.d/*.conf"' /etc/lighttpd/lighttpd.conf && \ # Enable browscap sed -i -e 's/;browscap /browscap /' /etc/php/$PHP_VERSION/cgi/php.ini && \ - mkdir /etc/php/$PHP_VERSION/cgi/extra && + mkdir /etc/php/$PHP_VERSION/cgi/extra && \ curl -Ls https://browscap.org/stream?q=Lite_PHP_BrowsCapINI -o /etc/php/$PHP_VERSION/cgi/extra/browscap.ini && \ mkdir -p /run/lighttpd/ && chown www-data /run/lighttpd/ && \ apt-get remove -y \