Import some files and transform to working containers for:
* mysql * lighttpd (with php and mysql) * transmission * sabnzbd * sickbeard * couchpotato * headphones * btsync
This commit is contained in:
@@ -5,7 +5,7 @@ set -x
|
||||
|
||||
## Remove temporary packages for minimal builds
|
||||
if [ $MODE == "minimal" ]; then
|
||||
cat /build/temporary | xargs apt-get -y --purge autoremove
|
||||
cat /build/temporary | xargs apt_remove
|
||||
fi
|
||||
|
||||
## Clean apt files
|
||||
|
||||
Reference in New Issue
Block a user