summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-07-20 15:31:28 +0100
committerNick Thomas <nick@gitlab.com>2017-07-20 16:11:09 +0100
commit7089882e5911bc6ad775f935eee15cdb4f6fce41 (patch)
treefb8b20ac68947bc083050c105716bfbb710003fe /doc/install
parent542b675cf60bb8208306d2c0cae138f4ccc47972 (diff)
downloadgitlab-ce-7089882e5911bc6ad775f935eee15cdb4f6fce41.tar.gz
Add libre2-dev to the list of dependencies
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 5e981b0b3e7..8ded607bcab 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -64,7 +64,7 @@ up-to-date and install it.
Install the required packages (needed to compile Ruby and native extensions to Ruby gems):
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
+ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
If you want to use Kerberos for user authentication, then install libkrb5-dev: