ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
112 stars 8 forks source link

BUG: Fix library dependencies #70

Closed ThomasKluiters closed 5 years ago

ThomasKluiters commented 5 years ago

When slimming down docker images, sometimes library files (.so) are not bundled together as they have not changed and are thus not present in the last n layers. Let's parse the ELF executable to find out any linked .so files.