-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started working on znuny support (issue #104)
- Loading branch information
1 parent
c0ad83e
commit 3e187d1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 | ||
|