File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
2120RUN 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
You can’t perform that action at this time.
0 commit comments