Remove vim since it is of no use to running GitLab.

This commit is contained in:
Sytse Sijbrandij 2014-12-02 16:18:32 +01:00
parent 0afa07f7f0
commit 40e80dbeb5
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ RUN apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qy \
openssh-server \
wget \
vim \
&& apt-get clean
# Download & Install GitLab