Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

dockerfile update #82

Merged
merged 2 commits into from
Jan 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY Gemfile.lock /usr/src/app/
COPY vendor/php-parser/composer.json /usr/src/app/vendor/php-parser/
COPY vendor/php-parser/composer.lock /usr/src/app/vendor/php-parser/

RUN curl --silent --location https://deb.nodesource.com/setup_5.x | bash -
RUN apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
RUN curl --silent --location https://deb.nodesource.com/setup_5.x | bash - && \
apt-get update && apt-get install -y nodejs python openssh-client php5-cli php5-json
RUN gem install bundler --no-ri --no-rdoc && \
bundle install -j 4 && \
curl -sS https://getcomposer.org/installer | php
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codeclimate-duplication",
"version": "0.0.1",
"description": "Find similar structures in your code",
"license": "TODO Add actual license",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:codeclimate/codeclimate-duplication.git"
Expand Down