-
Notifications
You must be signed in to change notification settings - Fork 148
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
Feature Request: Add support for Brother scanners #171
Comments
I'm thinking about how best to achieve this. I'm reluctant to add more to the core image - if anything I'm looking to slim it down. In the mean time it might be possible to create a new image from the base image and install the drivers in there. |
Agree, I could imagine individual image tags for each custom driver e.g. brother, canon, hp etc. |
Hi. I've updated the documentation. Having thought about this, I am more certain that I don't want to add further backends to the core image - if anything, I'm even considering removing the In case it's helpful, there is now an improved installation script for non-docker installs which may make your life easier. |
To support Brother scanners you need an additional proprietary driver.
It can be downloaded and installed like this:
With this modification to the Dockerfile it works for me with a brother scanner.
You can also fetch the latest download URL if you want:
Would highly appreciate such a feature upstream, what is your preferred way of dealing with such proprietary drivers?
Note: this will only work for amd64 architectures
The text was updated successfully, but these errors were encountered: