This commit is contained in:
parent
bd4f7eedd1
commit
211a10e8d4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user