Skip to content

Commit 13e698e

Browse files
author
Juan I. Castellano
committed
fix
1 parent ef7aa4a commit 13e698e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN apt-get update \
66
&& apt-get -qq install --noinstall-recommends -y \
77
lftp \
88
wget \
9-
google-chrome-unstable \
109
xvfb \
1110
libgtk-3-dev \
1211
libnotify-dev \
@@ -20,6 +19,8 @@ RUN apt-get update \
2019
# make the bundled version of Chromium that Puppeteer installs work.
2120
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
2221
&& 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 \
2324
&& rm -rf /var/lib/apt/lists/* \
2425
&& wget --quiet https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /usr/sbin/wait-for-it.sh \
2526
&& chmod +x /usr/sbin/wait-for-it.sh

0 commit comments

Comments
 (0)