Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.84k stars 243 forks source link

cannot install alpine packages #234

Open dberardo-com opened 1 year ago

dberardo-com commented 1 year ago

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 1 year ago

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