Merge pull request #1350 from sebastianliebscher/image-size

shrink image size by ~10%
This commit is contained in:
Adam Warner 2023-05-02 18:55:38 +01:00 committed by GitHub
commit 1f0755237f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ mv /etc/pihole/macvendor.db /macvendor.db
rm /etc/lighttpd/conf-enabled/99-unconfigured.conf
## Remove the default lighttpd placeholder page for good measure
rm /var/www/html/index.lighttpd.html
## Remove redundant directories created by the installer to reduce docker image size
rm -rf /tmp/*
if [ ! -f /.piholeFirstBoot ]; then
touch /.piholeFirstBoot