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

Linux / System / Add Support for Sourcing Build Requirements from Additional Package Repos #1127

Open
rmartin16 opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New features, or improvements to existing features. linux The issue relates Linux support.

Comments

@rmartin16
Copy link
Member

rmartin16 commented Mar 9, 2023

What is the problem or limitation you are having?

When targeting a RHEL derivative like Rocky Linux and AlmaLinux, they require a non-default package repo to be available to install gobject-introspection-devel.

To workaround this when its the host system:

sudo dnf --enablerepo=crb install gobject-introspection-devel

ref: #1106 (comment)

Describe the solution you'd like

Add the ability the enable arbitrary repos in Dockerfile.

Describe alternatives you've considered

Dockerfile can be manually modified or a VM with the specific distro can be setup.

Additional context

No response

@rmartin16 rmartin16 added the enhancement New features, or improvements to existing features. label Mar 9, 2023
@freakboy3742 freakboy3742 added the linux The issue relates Linux support. label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, or improvements to existing features. linux The issue relates Linux support.
Projects
None yet
Development

No branches or pull requests

2 participants