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 Ignore excludelist option #276

Open
santomet opened this issue Mar 12, 2024 · 0 comments
Open

Add Ignore excludelist option #276

santomet opened this issue Mar 12, 2024 · 0 comments

Comments

@santomet
Copy link

I would like to see the possibility of ignoring the exclude list.

I know that this has been brought up a couple of times with different variations. And I know that we do not usually want to pack the whole distribution into our AppDir. But there is one (in my opinion) quite valid use:

Docker deployment. Imagine you have a very minimal base image (i.e. ubuntu:22.04 which is cca 70MB) and you want to deploy your application that depends on a subset of libraries (typically OpenGL/X11, not present in ubuntu:22.04 by default) but you do not want to install all of these packages from apt.

Currently, you would have to add -l option to every one of these libs to make it work. So why not just allow ignoring the exclude list in options or with some env variable?

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

1 participant