]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Add `make` to the list of system dependencies
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>
Fri, 8 Feb 2019 09:23:16 +0000 (10:23 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Feb 2019 09:23:16 +0000 (10:23 +0100)
Dockerfile

index 2e1d916b6a422ba5992cefa61ab67ef02a65f8b1..fe9f1057c1b29eff85771f12fb7a59aa5fa17482 100644 (file)
@@ -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 \