mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: removed post install upgrade command
This commit is contained in:
parent
56b221a667
commit
39b5bb8b27
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user