Skip to content
Snippets Groups Projects
Commit e7d096b0cc10 authored by Robert Marshall's avatar Robert Marshall
Browse files

Add perl as runtime dependency

- Perl is required for exiftool and, in the current version, OpenSSL for
  hashing certificates.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4288

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/2275



Changelog: added
Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 73fe495d08c0
No related branches found
No related tags found
1 merge request!81Merged upstream 15.3.0+rc42.ce.0 into heptapod branch
......@@ -65,6 +65,10 @@
runtime_dependency 'openssh-server'
end
# perl is required for exiftool and openssh certificate hashing
runtime_dependency 'perl'
if rhel?
case OhaiHelper.get_centos_version
when '6', '7'
......
......@@ -14,6 +14,7 @@
openssh-server \
tzdata \
wget \
perl \
libperl5.30 \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment