-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy Up Dependencies #1359
Comments
Pass 1 of this: |
@PromoFaux i think for the 2nd pass, we could drop : For For For the rest:
|
Great suggestions, some of them in line with thoughts I'm still trying to order in my head :)
|
|
Thinking on it, we just need to get the versions when the container is built, and the only update we should be checking for inside the container (if at all) is the container version. |
Need to tweak some of the
Easily fixed: - install -T -m 0755 ./advanced/Templates/pihole-FTL-prestart.sh /opt/pihole/pihole-FTL-prestart.sh && \
- install -T -m 0755 ./advanced/Templates/pihole-FTL-poststop.sh /opt/pihole/pihole-FTL-poststop.sh
+ install -Dm755 ./advanced/Templates/pihole-FTL-prestart.sh /opt/pihole/pihole-FTL-prestart.sh && \
+ install -Dm755 ./advanced/Templates/pihole-FTL-poststop.sh /opt/pihole/pihole-FTL-poststop.sh I'll run it locally for a bit and see if anything else goes bang (not massively worried about focussing here just yet though, total space saving by removing On a more extreme branch I'm down to 99.5MB, but I've not tested anything in that yet. More of a "because I can" thing |
Yup agreed with what y'all said, about |
Removing
|
I think It is used to decompress teleporter files, but FTL now has an embedded |
Cool, feel free to try it and PR if it works :) |
Currently, the dockerfile contains:
We need to go through this list and determine what can be removed. It was mostly copied from the existing image
The text was updated successfully, but these errors were encountered: