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: Add missing installation of python3-venv #352

Closed
wants to merge 1 commit into from

Conversation

stweil
Copy link
Collaborator

@stweil stweil commented Mar 15, 2023

python3-venv is required for making a virtual Python environment.

While earlier build environments like the GitHub runners had provided that package, it is not part of current GitHub action runners.

Make sure that it is available by installing it.

python3-venv is required for making a virtual Python environment.

While earlier build environments like the GitHub runners had provided
that package, it is not part of current GitHub action runners.

Make sure that it is available by installing it.

Signed-off-by: Stefan Weil <[email protected]>
@stweil stweil requested a review from bertsky March 15, 2023 16:56
stweil referenced this pull request Mar 15, 2023
The old solution caused installation partially in /usr/bin and others
in /usr/local/bin. Now there is a real virtual environment which also
fixes the warnings from pip because of running as root in Docker builds.

Signed-off-by: Stefan Weil <[email protected]>
Dockerfile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
@stweil
Copy link
Collaborator Author

stweil commented Mar 15, 2023

So this PR can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants