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

GH-102973: Slim down Fedora packages in the dev container #103283

Merged
merged 1 commit into from
Apr 24, 2023

Commits on Apr 5, 2023

  1. pythonGH-102973: Slim down Fedora packages in the dev container

    dnf install /usr/bin/... and dnf-command(builddep) to get exactly what we use.
    That way, we abstract away (possibly artificial) package names.
    
    This also fetches a slimmer version of git, called git-core,
    which avoids a dependency on Perl.
    However, Perl is eventually unfortunately still fetched in the next dnf command.
    
    This declares more used dependencies in the spirit of
    "explicit is better than implicit".
    
    Also set install_weak_deps=False to avoid installing unneeded weak dependencies.
    hroncok committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ccd3b32 View commit details
    Browse the repository at this point in the history