From 72d49da37ad26422e33444408b3a83c4b5f4cc05 Mon Sep 17 00:00:00 2001 From: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> Date: Fri, 8 Feb 2019 10:23:16 +0100 Subject: Add `make` to the list of system dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e1d916..fe9f105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update \ && apt-get install -yq libgconf-2-4 \ # Install latest chrome dev package, which installs the necessary libs to # make the bundled version of Chromium that Puppeteer installs work. - && apt-get install -y wget --no-install-recommends \ + && apt-get install -y wget make --no-install-recommends \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \ && apt-get update \ -- cgit v1.2.3