ublue-os / toolboxes

Centralized repository of containers designed for Toolbox/Distrobox
Apache License 2.0
42 stars 10 forks source link

`wolfi-toolbox` does not start without internet #77

Closed evanphilip closed 2 months ago

evanphilip commented 2 months ago

wolfi-toolbox (and bluefin-cli which depends on it) cannot start without internet.

It was discovered that this was because they did not have the packages man and pinentry, which causes all packages to be reinstalled during distrobox startup (which requires the internet).

https://github.com/ublue-os/toolboxes/pull/76 provided a remedy for pinentry, but man is still missing.

m2Giles commented 2 months ago

Thank you for catching that mistake.