Skip to content

Commit

Permalink
Merge pull request #3 from paulrbr-fl/add-git-bin
Browse files Browse the repository at this point in the history
add git binary in the image
  • Loading branch information
paulrbr-fl authored Apr 10, 2019
2 parents d181274 + a035b63 commit 3dfe6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3dfe6ca

Please sign in to comment.