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

Dockerfile: Use virtual environment #1008

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Commits on Mar 15, 2023

  1. Dockerfile: Use virtual environment

    python3-pip can now be removed, and running pip instead of pip3 is sufficient.
    
    This also avoids the installation of python3-setuptools and python3-wheel
    (requirements of python3-pip).
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    edcf855 View commit details
    Browse the repository at this point in the history