Skip to content

Commit

Permalink
Removed temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar committed Feb 12, 2015
1 parent 85a3f64 commit ec9c554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ruby:2.0.0-onbuild
# Install nodejs and npm
RUN curl -sL https://deb.nodesource.com/setup | bash -
RUN apt-get update && apt-get install -y nodejs
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install hubot
RUN npm install -g coffee-script hubot
Expand Down

0 comments on commit ec9c554

Please sign in to comment.