fixes to image

This commit is contained in:
Robert Schumann 2018-03-31 20:21:32 +02:00
parent 39d7eb1e2f
commit 0edee0273f
2 changed files with 4 additions and 3 deletions

View File

@ -8,12 +8,11 @@ ENV REPORT_PARSER_SOURCE="https://github.com/techsneeze/dmarcts-report-parser/ar
COPY ./manifest/ / COPY ./manifest/ /
RUN set -x \ RUN set -x \
&& apk add expat-dev mariadb-dev \
&& wget -q --no-check-certificate -O parser.zip $REPORT_PARSER_SOURCE \ && wget -q --no-check-certificate -O parser.zip $REPORT_PARSER_SOURCE \
&& wget -q --no-check-certificate -O viewer.zip $REPORT_VIEWER_SOURCE \ && wget -q --no-check-certificate -O viewer.zip $REPORT_VIEWER_SOURCE \
&& unzip parser.zip && mv dmarcts-report-parser-master/* /usr/bin/ && rm -f parser.zip \ && unzip parser.zip && mv dmarcts-report-parser-master/* /usr/bin/ && rm -f parser.zip \
&& mv /usr/bin/dmarcts-report-parser.conf.sample /usr/bin/dmarcts-report-parser.conf \
&& unzip viewer.zip && mv dmarcts-report-viewer-master/* /var/www/html/ && rm -f viewer.zip \ && unzip viewer.zip && mv dmarcts-report-viewer-master/* /var/www/html/ && rm -f viewer.zip \
&& mv /var/www/html/dmarcts-report-viewer-config.php.sample /var/www/html/dmarcts-report-viewer-config.php \
&& (echo y;echo o conf prerequisites_policy follow;echo o conf commit)|cpan \ && (echo y;echo o conf prerequisites_policy follow;echo o conf commit)|cpan \
&& for i in \ && for i in \
IO::Compress::Gzip \ IO::Compress::Gzip \
@ -24,8 +23,10 @@ RUN set -x \
MIME::Words \ MIME::Words \
MIME::Parser \ MIME::Parser \
MIME::Parser::Filer \ MIME::Parser::Filer \
XML::Parser \
XML::Simple \ XML::Simple \
DBI \ DBI \
DBD::mysql \
Socket \ Socket \
Socket6 \ Socket6 \
PerlIO::gzip \ PerlIO::gzip \

View File

@ -1,5 +1,5 @@
[program:cron] [program:cron]
command=crond -f -l 0 -L - -c /etc/cron command=crond -f -l 0 -L - -c /etc/cron.d
autostart=true autostart=true
autorestart=true autorestart=true
priority=10 priority=10