Skip to content

Commit

Permalink
Code climate needs git installed ...
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 30, 2016
1 parent a516690 commit b0f6af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . /opt/skyring
WORKDIR /opt/skyring
RUN apk update && \
apk upgrade && \
apk add python make g++ && \
apk add python make g++ git && \
npm install

VOLUME /etc
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![npm](https://img.shields.io/npm/v/skyring.svg?style=flat-square)](https://www.npmjs.com/package/skyring)
[![npm](https://img.shields.io/npm/l/skyring.svg?style=flat-square)](https://www.npmjs.com/package/skyring)
[![David](https://img.shields.io/david/esatterwhite/skyring.svg?style=flat-square)](https://david-dm.org/esatterwhite/skyring)
[![Code Climate](https://codeclimate.com/github/esatterwhite/skyring/badges/gpa.svg)](https://codeclimate.com/github/esatterwhite/skyring)
[![Docker Repository on Quay](https://quay.io/repository/esatterwhite/skyring/status "Docker Repository on Quay")](https://quay.io/repository/esatterwhite/skyring)

# Skyring
Expand Down

0 comments on commit b0f6af0

Please sign in to comment.