Skip to content

Commit

Permalink
docs(puppeteer-chromium): docker alpine freetype-dev dependency (#4643)
Browse files Browse the repository at this point in the history
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
stark/siji#28
lucy/tewi-font#35
  • Loading branch information
jeremykerr-sp authored and aslushnikov committed Jun 29, 2019
1 parent 2d99d85 commit a069a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a069a12

Please sign in to comment.