switch to sans serif font

This commit is contained in:
Robert Schumann 2018-03-31 21:47:10 +02:00
parent 78c1f188ff
commit 129ee4bd9a
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN set -x \
&& unzip parser.zip && cp -v dmarcts-report-parser-master/* /usr/bin/ && rm -f parser.zip \ && unzip parser.zip && cp -v dmarcts-report-parser-master/* /usr/bin/ && rm -f parser.zip \
&& unzip viewer.zip && cp -v dmarcts-report-viewer-master/* /var/www/html/ && rm -f viewer.zip \ && unzip viewer.zip && cp -v dmarcts-report-viewer-master/* /var/www/html/ && rm -f viewer.zip \
&& rm -f /var/www/html/index.php \ && rm -f /var/www/html/index.php \
&& sed -i "1s/^/body { font-family: Sans-Serif; }\n/" /var/www/html/default.css \
&& (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 \

View File

@ -7,3 +7,8 @@ This image is intended to combine a dmarc report parser (see https://github.com/
docker pull gutmensch/dmarc-report docker pull gutmensch/dmarc-report
docker run -ti gutmensch/dmarc-report docker run -ti gutmensch/dmarc-report
``` ```
## Versions for last build latest
dmarcts report viewer: 2018-03-31
dmarcts report parser: 2018-03-31