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

build(docker): override debian limitation for pip packages #2682

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 20, 2024

  1. build(docker): override debian limitation for pip packages

    New debian releases don't allow pip to install packages because they
    might clash with debian packages.
    Add a flag to override them when building docker images since they're
    not going to break anything.
    hairyhum committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ab3303c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    6a4f78c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089dd9e View commit details
    Browse the repository at this point in the history