We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this repo. 🙇 Finally there is a way to build keymaps without installing ton of stuff on my machine.
I noticed that ghcr.io/qmk/qmk_cli image already has latest pip https://github.com/qmk/qmk_cli/blob/d3917b10e7621632098028a68982727b10ec83f5/Dockerfile#L8, so why is there a need to download get-pip.py? And if there is a need for latest pip why not do python3 -m pip install --upgrade pip like qmk_cli does?
ghcr.io/qmk/qmk_cli
python3 -m pip install --upgrade pip
Also downloading .py file with blobs looks suspicious. It even has a comment in the start of the file:
But that's exactly what i would say if i was up for something nefarious :D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Information
Description
Thanks for this repo. 🙇 Finally there is a way to build keymaps without installing ton of stuff on my machine.
I noticed that
ghcr.io/qmk/qmk_cli
image already has latest pip https://github.com/qmk/qmk_cli/blob/d3917b10e7621632098028a68982727b10ec83f5/Dockerfile#L8, so why is there a need to download get-pip.py?And if there is a need for latest pip why not do
python3 -m pip install --upgrade pip
like qmk_cli does?Also downloading .py file with blobs looks suspicious. It even has a comment in the start of the file:
But that's exactly what i would say if i was up for something nefarious :D
The text was updated successfully, but these errors were encountered: