Update to OTRS 6.0.28

This commit is contained in:
Deon George 2020-06-29 14:26:14 +10:00
parent cd637b7330
commit 8cc0f217cf

View File

@ -1,5 +1,5 @@
# NAME graytech/otrs
# VERSION 6.0.17
# VERSION 6.0.28
# BUILD docker build -t="leenooks/otrs" .
# SETUP su otrs -s /bin/bash -c /opt/otrs/bin/otrs.RebuildConfig.pl
# START docker run ...
@ -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.23-01.noarch.rpm \
http://ftp.otrs.org/pub/otrs/RPMS/rhel/7/otrs-6.0.28-01.noarch.rpm \
&& yum clean all && rm -rf /var/tmp/*
COPY init /sbin