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

cannot install alpine packages #234

Open
dberardo-com opened this issue Sep 11, 2023 · 1 comment
Open

cannot install alpine packages #234

dberardo-com opened this issue Sep 11, 2023 · 1 comment
Labels

Comments

@dberardo-com
Copy link

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

@zigarn
Copy link
Member

zigarn commented Sep 21, 2023

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).

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

No branches or pull requests

2 participants