Trying to run imagemin-jpegoptim on AWS Lambda:
/var/task/node_modules/jpegoptim-bin/vendor/jpegoptim: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
There is no system libjpeg… Maybe it should be linked statically?
Trying to run imagemin-jpegoptim on AWS Lambda:
There is no system libjpeg… Maybe it should be linked statically?