Skip to content

Commit 2d6d9fa

Browse files
authored
Update Dockerfile
1 parent 2b58b4e commit 2d6d9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
2121
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
2222
&& apt-get update \
23-
&& apt-get install -y google-chrome-unstable --no-install-recommends \
23+
&& apt-get install -y google-chrome-stable --no-install-recommends \
2424
&& rm -rf /var/lib/apt/lists/* \
2525
&& wget --quiet https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /usr/sbin/wait-for-it.sh \
2626
&& chmod +x /usr/sbin/wait-for-it.sh

0 commit comments

Comments
 (0)