added newsletter
This commit is contained in:
parent
5fc1c6bdae
commit
63cb6c3723
8 changed files with 729 additions and 1101 deletions
|
|
@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
RUN apt update && apt -y install perl cpanminus libaspell-dev make libdbd-mysql-perl libdigest-perl-md5-perl libxml-simple-perl \
|
||||
libmodule-install-perl gcc libperl-dev default-libmysqlclient-dev libpng-dev build-essential libgd-dev mariadb-client imagemagick \
|
||||
libpng-dev libjpeg-dev libtiff-dev libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-request-perl libimage-magick-perl vim \
|
||||
apache2 apache2-utils
|
||||
apache2 apache2-utils mailutils
|
||||
|
||||
|
||||
RUN cpanm --notest --force \
|
||||
|
|
@ -79,6 +79,7 @@ RUN cpanm --notest --force \
|
|||
List::MoreUtils \
|
||||
Locales \
|
||||
Log::Log4perl \
|
||||
Mail::DeliveryStatus::BounceParser \
|
||||
MIME::Tools \
|
||||
Module::Find \
|
||||
Monkey::Patch \
|
||||
|
|
@ -140,6 +141,7 @@ RUN cpanm --notest --force \
|
|||
common::sense \
|
||||
namespace::autoclean
|
||||
|
||||
RUN apt -y remove libjson-xs-perl
|
||||
|
||||
#RUN cpanm --notest --force \
|
||||
# DBD::mysql@4.051
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue