-
Notifications
You must be signed in to change notification settings - Fork 57
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
Prevent Gtk from being installed in the Docker container #202
Comments
Docker and CMake... cost me way too much time today. And I still don't know why Gtk is ending up in the Docker container. |
What Docker container do you mean? You're not providing nearly enough information... |
The Docker container that builds the AppImageUpdate AppImages.
Thing is, with each commit I thought "this is it". Didn't imagine it to be so hard. Will work on a branch next time. |
As mentioned in #150 (comment), this is simply the wrong question to ask. All these commits are really, really, really bad hacks. The Gtk+ stuff is pulled in as dependencies of the packages. Closing here therefore in favor of #150. I'll push a single-commit revert for all these previous commits, and will fix the issue in linuxdeploy-plugin-qt. |
Prevent Gtk from being installed in the Docker container.
What is pulling it in?
The text was updated successfully, but these errors were encountered: