We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it not possible to install man on the environments?
The text was updated successfully, but these errors were encountered:
As for now, we cannot install man pages within an environment. I tried many solutions, but all failed so far. However, we could try this one:
sed -i 's:^path-exclude=/usr/share/man:#path-exclude=/usr/share/man:' \ /etc/dpkg/dpkg.cfg.d/excludes apt update apt install -y man manpages-posix
https://stackoverflow.com/questions/54152906/how-to-install-man-pages-on-an-ubuntu-docker-image
Sorry, something went wrong.
not straightforward then but worth trying one day when you are less busy!
No branches or pull requests
Is it not possible to install man on the environments?
The text was updated successfully, but these errors were encountered: