MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

Error installing Krunner Search #79

Open lupa18 opened 1 year ago

lupa18 commented 1 year ago

Describe the bug Can't install due to lack of dbus libraries.

To Reproduce Steps to reproduce the behavior:

  1. Run from docker and try to instal KS

Expected behavior KS must install

I solver by installing library: apt install libdbus-1-dev

Please include it in container.

Thanks!

Environment (please complete the following information):

krisgesling commented 1 year ago

Hi Lupa,

Thanks for flagging this. We don't include system packages for any and all Skills in the Docker container itself, but Skills can define system packages that they rely on so they will be installed at the same time as the Skill.

@AIIX should this package get added to the manifest.yml in your Krunner Search Skill?