I am new docker and cant find any relevant information about docker application that can utilize libraries outside the docker it self. For example:
I use the following libraries in the nodejs script:
- GraphicsMagick
- perl-Image-ExifTool
- ghostscript
- optipng
- qpdf
- google-chrome
Wouldnt this be bloated as having multiple containers with the same libraries over and over?
Is there a tutorial that explain the best way to pack this libraries in a docker container?