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
for some reason i cannot manage to install python in this image ... trying apk add python3 but returns an error that it cannot find package
The text was updated successfully, but these errors were encountered:
You have to either use --no-cache option or run apk update first. Cf. https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper#Update_the_Package_list You also may have to switch back to root first (USER root).
--no-cache
apk update
USER root
Sorry, something went wrong.
No branches or pull requests
for some reason i cannot manage to install python in this image ... trying apk add python3 but returns an error that it cannot find package
The text was updated successfully, but these errors were encountered: