From 1d08e274a85812d7b88dd0b72e5e26547430c540 Mon Sep 17 00:00:00 2001 From: Hugo Des Date: Wed, 29 Jul 2020 13:14:06 +0200 Subject: [PATCH] docs(troubleshooting.md) fix error in docker guidelines (#6267) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 203b55f4ccb51..112f00d947dab 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -266,7 +266,7 @@ RUN apt-get update \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \ && apt-get update \ - && apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \ + && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*