Skip to content

Commit cba0f98

Browse files
dotdoomaslushnikov
authored andcommitted
docs(troubleshooting): Fix missing package in Docker instructions (#4877)
`ttf-freefont` is gone -- looks like it's [replaced](https://packages.debian.org/search?keywords=ttf-freefont) by `fonts-freefont-ttf`, which is [available since oldoldstable](https://packages.debian.org/search?keywords=fonts-freefont-ttf).
1 parent 07eaad9 commit cba0f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ FROM node:10-slim
267267
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
268268
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
269269
&& apt-get update \
270-
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
270+
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
271271
--no-install-recommends \
272272
&& rm -rf /var/lib/apt/lists/*
273273

0 commit comments

Comments
 (0)