You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This summer dockerHub decided to remove the autobuild feature and we are looking for alternatives so improvements like this are in the bottom of the list.
Anyway, if somebody can contrib with a PR... things will probably go faster.
Some libraries & tools are missing in the docker image to release all OJS potential:
"/usr/bin/perl" link is broken (perl is not installed) so there is a lack of perl suport.
Looks like "pdf2txt" is packaged inside "poppler-utils"
You can add those tools to alpine with:
$ apk add libmagic antiword perl poppler-utils
It will probably increase significantly the weight of the images, but at same time will let use release a more solid and full functional images.
If nobody is against it, docker images will be fixed to include this changes and versions greater than 3.2 will be rebuilt in dockerHub.
The text was updated successfully, but these errors were encountered: