Commit 2c56389d authored by Stefan Schrijvers's avatar Stefan Schrijvers

doc: install: add missing exiftool dependency

parent f4dda7f9
---
doc: "doc: install: add missing exiftool dependency"
merge_request: 33185
author: Stefan Schrijvers
type: fixed
......@@ -208,6 +208,13 @@ sudo apt-get install -y postfix
Then select 'Internet Site' and press enter to confirm the hostname.
[GitLab Workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse#dependencies)
requires `exiftool` to remove EXIF data from uploaded images.
```shell
sudo apt-get install -y libimage-exiftool-perl
```
## 2. Ruby
The Ruby interpreter is required to run GitLab.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment