docs(troubleshooting.md): Add missing depencies (#4182)

https://github.com/GoogleChrome/puppeteer/issues/3019#issuecomment-417227105
This commit is contained in:
Fabio Picheli 2019-03-19 18:42:44 +01:00 committed by Andrey Lushnikov
parent 60567575d2
commit 28bab53bf6

View File

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