This commit is contained in:
parent
37d551a54d
commit
292b98789d
@ -26,6 +26,8 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
|
|||||||
lighttpd-enable-mod fastcgi-php && \
|
lighttpd-enable-mod fastcgi-php && \
|
||||||
# Include vhost's
|
# Include vhost's
|
||||||
sed -i -e '$a\' -e 'include_shell "cat /etc/lighttpd/vhosts.d/*.conf"' /etc/lighttpd/lighttpd.conf && \
|
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/cgi/php.ini && \
|
||||||
mkdir -p /run/lighttpd/ && chown www-data /run/lighttpd/ && \
|
mkdir -p /run/lighttpd/ && chown www-data /run/lighttpd/ && \
|
||||||
apt-get remove -y \
|
apt-get remove -y \
|
||||||
libterm-readline-gnu-perl \
|
libterm-readline-gnu-perl \
|
||||||
|
Loading…
Reference in New Issue
Block a user