-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add man pages and progress bars to Arch Linux image #1537
Conversation
Build succeeded. ✔️ unit-test SUCCESS in 5m 22s |
Build succeeded. ✔️ unit-test SUCCESS in 6m 16s |
@ac-z Please squash all the commits into one :) |
Signed-off-by: Amber Connelly <[email protected]>
@debarshiray the CI seems stuck? Seems like it spent an hour, all good now. |
Build succeeded. ✔️ unit-test SUCCESS in 5m 32s |
This pull request brings the Arch Linux toolbx image in line with the other toolbx-provided images by providing man pages with the default install.
As of right now, it seems like every well-supported Arch Linux image available is a minimized install without man pages or visual enhancements enabled for pacman. This is great for containerized applications and CI, but this isn't so great for frequent users of Arch Linux in toolbx or distrobox.
I've been working around this problem for a long while by maintaining my own local dockerfiles, but I kind of expected this issue to be solved upstream by now. Since it looks like we're not going to get any more Arch Linux docker images from upstream (at least for a very long while), I figured this is the best place to stick this fix.
EDIT: I should also mention, this disables all of the NoExtract lines in the config, including the following:
I think this is generally fine as not much size is added, and I do frequently use toolboxes for graphical programs with gtk docs, or vim. Not sure what the difference is with the locales, but I could pretty easily make some changes to still exclude the locale files if that's what's needed to get this merged.