On Monday, 6 April 2020 20:17:02 CEST Oliver Welter wrote: > Hi John, > > what base image are you using and what package sets and locales did you > chose? The base image I'm using is a base buster 10.0 image however it has had some of the default configs changed (see below)
I compared the difference between the openxpki-docker instance and my own system and i noticed that i was missing `libtext-csv-xs-perl`. This is installed in docker because: libopenxpki-perl -> Requires: libtext-csv-perl -> Recommends: libtext-csv- xs-perl By default Debian buster installs recommended packages however the system I'm using has `APT::Install-Recommends "false";` so libtext-csv-xs-perl never got installed. Manually installing this package resolves the issue. I have created a PR[1] which adds libtext-csv-xs-perl as an explicit require Thanks for the help john [1]https://github.com/openxpki/openxpki/pull/751 _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
