Skip to content

Commit

Permalink
Started working on znuny support (issue #104)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisbaptiste committed Feb 12, 2021
1 parent c0ad83e commit 3e187d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otrs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#OTRS ticketing system docker image.
FROM centos:7
LABEL maintainer="Juan Luis Baptiste <[email protected]>"
ENV OTRS_VERSION=6.0.30-02
ENV OTRS_VERSION=6.0.32-01
ENV OTRS_ROOT "/opt/otrs/"
ENV OTRS_BACKUP_DIR "/var/otrs/backups"
ENV OTRS_CONFIG_DIR "${OTRS_ROOT}Kernel"
Expand All @@ -26,7 +26,7 @@ RUN yum install -y yum-plugin-fastestmirror && \
perl-Moo "perl(namespace::clean)" "perl(Crypt::Random::Source)" "perl(Exporter::Tiny)" \
"perl(Math::Random::ISAAC)" "perl(Math::Random::Secure)" "perl(Module::Find)" \
"perl(Types::TypeTiny)" rsyslog supervisor tar which && \
yum install -y http://ftp.otrs.org/pub/otrs/RPMS/rhel/7/otrs-${OTRS_VERSION}.noarch.rpm && \
yum install -y https://download.znuny.org/releases/RPMS/rhel/7/znuny-${OTRS_VERSION}.noarch.rpm && \
/opt/otrs/bin/otrs.CheckModules.pl && \
yum clean all
# Add scripts and function files
Expand Down

0 comments on commit 3e187d1

Please sign in to comment.