Skip to content

Commit

Permalink
Merge pull request #11 from satvidh/install_git
Browse files Browse the repository at this point in the history
Install git on the docker image to satisfy dependency.
  • Loading branch information
satvidh committed May 31, 2016
2 parents 7315eb8 + af3710c commit 784a145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /usr/src/app

ADD . /usr/src/app

RUN apk add --update git

RUN npm install -g grunt && \
npm install -g bower && \
npm install && \
Expand Down

0 comments on commit 784a145

Please sign in to comment.