Skip to content

Commit

Permalink
add dependencies for RT 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
netsandbox committed May 28, 2023
1 parent 9ce4d7d commit 559e7c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,16 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
&& rm -rf /var/lib/apt/lists/* \
&& cpanm \
# RT dependencies
Date::Extract \
DBD::SQLite \
DBIx::SearchBuilder \
GD::Graph \
GnuPG::Interface \
GraphViz2 \
Mozilla::CA \
Pod::Select \
# RT extension development dependencies
Module::Install::RTx \
Module::Install::Substitute \
Test::MockTime::HiRes \
&& rm -rf /root/.cpanm

0 comments on commit 559e7c9

Please sign in to comment.