Update to OTRS 6.0.23

This commit is contained in:
Deon George 2019-11-07 15:50:37 +11:00
parent f4f260f339
commit cd637b7330

View File

@ -11,7 +11,7 @@ FROM registry.leenooks.net/leenooks/base:7
RUN yum -y install \
"perl(Text::CSV_XS)" "perl(YAML::XS)" "perl(Crypt::Eksblowfish::Bcrypt)" "perl(Encode::HanExtra)" "perl(JSON::XS)" \
nginx perl-DBD-MySQL fcgiwrap \
http://ftp.otrs.org/pub/otrs/RPMS/rhel/7/otrs-6.0.17-01.noarch.rpm \
http://ftp.otrs.org/pub/otrs/RPMS/rhel/7/otrs-6.0.23-01.noarch.rpm \
&& yum clean all && rm -rf /var/tmp/*
COPY init /sbin