Skip to content

Commit

Permalink
dockerfile: removed post install upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 11, 2014
1 parent 56b221a commit 39b5bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ RUN wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz -O - | tar
cd /tmp && rm -rf /tmp/ruby-2.0.0-p353 && \
gem install --no-ri --no-rdoc bundler

RUN apt-get update && apt-get upgrade -y && apt-get clean # 20140225

ADD resources/ /gitlab/
RUN mv /gitlab/.vimrc /gitlab/.bash_aliases /root/
RUN chmod 755 /gitlab/gitlab /gitlab/setup/install && /gitlab/setup/install
Expand Down

0 comments on commit 39b5bb8

Please sign in to comment.