docs(puppeteer-chromium): docker alpine freetype-dev dependency (#4643)

A freetype update broke bitmap fonts. Adding freetype-dev to the Alpine dependencies resolves related issues.

This resolves these errors when launching chromium:
```/usr/bin/chromium-browser

Error relocating /usr/lib/chromium/chrome: FT_Get_Color_Glyph_Layer: symbol not found
Error relocating /usr/lib/chromium/chrome: FT_Palette_Select: symbol not found```


Background:
https://bugs.alpinelinux.org/issues/10309
https://github.com/stark/siji/issues/28
https://github.com/lucy/tewi-font/issues/35
This commit is contained in:
jeremykerr-sp 2019-06-29 04:55:23 -07:00 committed by Andrey Lushnikov
parent 2d99d85976
commit a069a1203d

View File

@ -299,6 +299,7 @@ RUN apk update && apk upgrade && \
chromium@edge=~73.0.3683.103 \
nss@edge \
freetype@edge \
freetype-dev@edge \
harfbuzz@edge \
ttf-freefont@edge