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