File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ COPY Gemfile.lock /usr/src/app/
8
8
COPY vendor/php-parser/composer.json /usr/src/app/vendor/php-parser/
9
9
COPY vendor/php-parser/composer.lock /usr/src/app/vendor/php-parser/
10
10
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
13
13
RUN gem install bundler --no-ri --no-rdoc && \
14
14
bundle install -j 4 && \
15
15
curl -sS https://getcomposer.org/installer | php
Original file line number Diff line number Diff line change 2
2
"name" : " codeclimate-duplication" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " Find similar structures in your code" ,
5
- "license" : " TODO Add actual license " ,
5
+ "license" : " MIT " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" :
" [email protected] :codeclimate/codeclimate-duplication.git"
You can’t perform that action at this time.
0 commit comments