Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
Some bower components require git to be installed
  • Loading branch information
Jabe committed Feb 11, 2016
1 parent 12ad8bd commit a39c712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM debian:latest

RUN apt-get update && apt-get install -y \
build-essential \
git \
nodejs \
npm \
&& ln -s /usr/bin/nodejs /usr/bin/node \
Expand Down

0 comments on commit a39c712

Please sign in to comment.