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
would it be possible to add the HPLIP Package to the container?
# apk add cups cups-libs cups-pdf cups-client cups-filters hplip
The text was updated successfully, but these errors were encountered:
I don't know any reason why this shouldn't be possible.
Some remarks:
apk
apt
apt-get
Just add hplip \ in a new line before line 18 and change line 1 to FROM ubuntu:bionic (or newer), because zesty is not supported anymore.
hplip \
FROM ubuntu:bionic
Sorry, something went wrong.
No branches or pull requests
would it be possible to add the HPLIP Package to the container?
# apk add cups cups-libs cups-pdf cups-client cups-filters hplip
The text was updated successfully, but these errors were encountered: