mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: drop sudo prefix from apt-intall command
This commit is contained in:
parent
ce9177cc2e
commit
84ba831fa9
@ -31,7 +31,7 @@ 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
|
||||
RUN apt-get install -y pwgen
|
||||
|
||||
ADD resources/ /gitlab/
|
||||
RUN mv /gitlab/.vimrc /gitlab/.bash_aliases /root/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user