gitlab: install pwgen

This commit is contained in:
Sameer Naik 2014-02-11 19:19:01 +05:30
parent 5be150f666
commit 909ce468f7

View File

@ -31,6 +31,8 @@ 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 sudo apt-get install -y pwgen
ADD resources/ /gitlab/
RUN mv /gitlab/.vimrc /gitlab/.bash_aliases /root/
RUN chmod 755 /gitlab/gitlab /gitlab/setup/install && /gitlab/setup/install