rebuild containers, fix/update scripts as required

This commit is contained in:
2017-12-21 12:08:12 +00:00
parent 4ddeabc66c
commit 03325aeeaa
8 changed files with 26 additions and 14 deletions

View File

@@ -5,9 +5,12 @@ export_env LIGHTTPD_VERSION $LIGHTTPD_VERSION_MAJOR.$LIGHTTPD_VERSION_MINOR
export_env LIGHTTPD_CONFIG /etc/lighttpd/lighttpd.conf
export_env LIGHTTPD_LOG /host/var/log/lighttpd/error.log
## Dependencies
apt_install_permanent default-libmysqlclient-dev libpcre3-dev
## Lighthttpd
apt_install_permanent lighttpd
apt-get build-dep -y lighttpd
# apt-get build-dep -y lighttpd
apt_install_temporary automake
cd /opt
wget http://download.lighttpd.net/lighttpd/releases-$LIGHTTPD_VERSION_MAJOR.x/lighttpd-$LIGHTTPD_VERSION.tar.gz