Skip to content

Instantly share code, notes, and snippets.

@xinyii
Created September 30, 2021 00:53
Show Gist options
  • Save xinyii/5a0ad33c34838e7c477efe763bb0fb88 to your computer and use it in GitHub Desktop.
Save xinyii/5a0ad33c34838e7c477efe763bb0fb88 to your computer and use it in GitHub Desktop.
[Alpine installs chrome to support puppeteer] #linux #puppeteer
sed -i 's/dl-cdn.alpinelinux.org/mirrors.tencentyun.com/g' /etc/apk/repositories
apk update
apk upgrade
apk add --no-cache udev ttf-freefont chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment