From a22aa5deac9fea29433908d49018105297524299 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 19 Apr 2021 07:28:01 +0200 Subject: [PATCH] docs(puppeteer-chromium): remove alpine freetype-dev dependency (#7098) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was added by #4643 but doesn’t seem necessary anymore. --- docs/troubleshooting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 16f9b619..979c1ddc 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -335,7 +335,6 @@ RUN apk add --no-cache \ chromium \ nss \ freetype \ - freetype-dev \ harfbuzz \ ca-certificates \ ttf-freefont \