aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e1d916..fe9f105 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update \
10 && apt-get install -yq libgconf-2-4 \ 10 && apt-get install -yq libgconf-2-4 \
11 # Install latest chrome dev package, which installs the necessary libs to 11 # Install latest chrome dev package, which installs the necessary libs to
12 # make the bundled version of Chromium that Puppeteer installs work. 12 # make the bundled version of Chromium that Puppeteer installs work.
13 && apt-get install -y wget --no-install-recommends \ 13 && apt-get install -y wget make --no-install-recommends \
14 && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ 14 && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
15 && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \ 15 && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
16 && apt-get update \ 16 && apt-get update \