Skip to content

Commit 4e3426e

Browse files
author
Ashley Baldwin-Hunter
committed
Merge pull request #82 from codeclimate/abh-dockerfile-update
dockerfile update
2 parents 77f00d6 + fa7a0ef commit 4e3426e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ COPY Gemfile.lock /usr/src/app/
88
COPY vendor/php-parser/composer.json /usr/src/app/vendor/php-parser/
99
COPY vendor/php-parser/composer.lock /usr/src/app/vendor/php-parser/
1010

11-
RUN curl --silent --location https://deb.nodesource.com/setup_5.x | bash -
12-
RUN apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
11+
RUN curl --silent --location https://deb.nodesource.com/setup_5.x | bash - && \
12+
apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
1313
RUN gem install bundler --no-ri --no-rdoc && \
1414
bundle install -j 4 && \
1515
curl -sS https://getcomposer.org/installer | php

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeclimate-duplication",
33
"version": "0.0.1",
44
"description": "Find similar structures in your code",
5-
"license": "TODO Add actual license",
5+
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "[email protected]:codeclimate/codeclimate-duplication.git"

0 commit comments

Comments
 (0)