Purge autoremoved packages and exclude resolv.conf#18
Conversation
|
@jmtd Could you please merge this? |
|
Hi, I am happy with |
Because Docker bind-mounts that file. |
Sure, so the old copy in the filesystem is irrelevant. But why remove it? Is docker not bind-mounting during a build too -- I thought it was (each build step is executed as a container) If the rationale is image size, this won't make the image smaller; but it will make the layer delta larger. |
This file seems like trash, and it contains the builder's resolvers. |
Yes. Could it be removed in the makefile? |
Ah that's a good point, it could be a privacy problem to leak that into the images.
I think I prefer that. Could you please remove it from this PR (then I will happily apply this PR) and we can either raise a separate issue or a separate PR for the resolv.conf file. Thanks for working on this! Sorry I haven't put much into it in recent times. |
|
Done. |
No description provided.