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

Stop installing apt packages for compiling Python #7943

Merged

Commits on Aug 31, 2023

  1. Stop installing apt packages for compiling Python

    Now that we've stopped compiling Python from source and instead
    download/copy a pre-compiled version, there's no need to install these
    apt packages.
    
    A few may be needed for users to build python deps written in native C,
    but those shouldn't be listed in this section, they should be added
    later in the the Dockerfile where we already list other packages needed
    for that:
    https://github.com/dependabot/dependabot-core/blob/51b268a81a983c6547af4d95768218a03bd8e751/python/Dockerfile#L128-L143
    
    Also, it's unclear which of these would be needed, so let's start by
    removing these, and then as needed can add back the couple that we
    actually discover are needed.
    jeffwidman committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    021fca9 View commit details
    Browse the repository at this point in the history