Skip to content
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 HPLIP #7

Open
mburn0403 opened this issue Apr 21, 2020 · 1 comment
Open

Add HPLIP #7

mburn0403 opened this issue Apr 21, 2020 · 1 comment

Comments

@mburn0403
Copy link

would it be possible to add the HPLIP Package to the container?

# apk add cups cups-libs cups-pdf cups-client cups-filters hplip

@thoschworks
Copy link

I don't know any reason why this shouldn't be possible.

Some remarks:

  • The images is based on Ubuntu. apk is not used on Ubuntu. You need to use aptor apt-get (see line line 12 of the Dockerfile).
  • cups is already included (see line 14)
  • cups depends on cups-client and cups-filters, so it is already included
  • cups-pdf is already included (see line 15)
  • cups-libs does not exist on Debian/Ubuntu, I think your code-fragment comes from Alpine Linux

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants