]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
add git binary in the image 3/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Wed, 10 Apr 2019 17:22:11 +0000 (19:22 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Wed, 10 Apr 2019 17:22:31 +0000 (19:22 +0200)
Dockerfile

index 13994d2bd159c3b2ff13530a31128a785d51e597..773f5722d4194a12da46dd8ee52a462c513d05a7 100644 (file)
@@ -11,7 +11,7 @@ RUN  apt-get update \
      # Install latest chrome dev package, which installs the necessary libs to
      # make the bundled version of Chromium that Puppeteer installs work.
      # Also install system deps such as make, psmisc to have utily functions (such as fuser, peekfd)
-     && apt-get install -y wget make psmisc --no-install-recommends \
+     && apt-get install -y wget make psmisc git --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 \