We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58b4e commit 2d6d9faCopy full SHA for 2d6d9fa
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update \
20
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
21
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
22
&& apt-get update \
23
- && apt-get install -y google-chrome-unstable --no-install-recommends \
+ && apt-get install -y google-chrome-stable --no-install-recommends \
24
&& rm -rf /var/lib/apt/lists/* \
25
&& wget --quiet https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /usr/sbin/wait-for-it.sh \
26
&& chmod +x /usr/sbin/wait-for-it.sh
0 commit comments