mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: combine vim installation with previous apt-get install command
This commit is contained in:
parent
3818c58c18
commit
a38e3dd124
@ -18,10 +18,9 @@ RUN wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz -O - | tar
|
||||
RUN apt-get install -y python-software-properties && \
|
||||
add-apt-repository -y ppa:git-core/ppa && \
|
||||
apt-get update && apt-get install -y libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev libmysqlclient-dev \
|
||||
sudo nginx git-core mysql-server openssh-server redis-server python-docutils postfix logrotate supervisor && \
|
||||
sudo nginx git-core mysql-server openssh-server redis-server python-docutils postfix logrotate supervisor vim && \
|
||||
apt-get clean
|
||||
|
||||
RUN apt-get install -y vim
|
||||
|
||||
ADD resources/ /gitlab/
|
||||
RUN chmod 755 /gitlab/gitlab /gitlab/setup/install && /gitlab/setup/install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user