Commit 909df758 authored by Evan Read's avatar Evan Read

Merge branch 'doc-add-missing-exiftool' into 'master'

doc: install: add missing exiftool dependency

See merge request gitlab-org/gitlab!33185
parents 0813a73d 2c56389d
---
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