jlandure/alpine-chrome

cannot install alpine packages

Opened this issue · 1 comments

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 commented

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