From 28bab53bf67c24ea500111ed6364ec9d7119a99c Mon Sep 17 00:00:00 2001 From: Fabio Picheli Date: Tue, 19 Mar 2019 18:42:44 +0100 Subject: [PATCH] docs(troubleshooting.md): Add missing depencies (#4182) https://github.com/GoogleChrome/puppeteer/issues/3019#issuecomment-417227105 --- docs/troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 739df8f79bc..9a9974c9dd0 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -261,8 +261,9 @@ RUN apk update && apk upgrade && \ echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \ apk add --no-cache \ chromium@edge \ - harfbuzz@edge \ - nss@edge + nss@edge \ + freetype@edge \ + harfbuzz@edge ...