mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-18 10:16:34 +00:00
switch to sans serif font
This commit is contained in:
parent
78c1f188ff
commit
129ee4bd9a
@ -14,6 +14,7 @@ RUN set -x \
|
||||
&& 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 \
|
||||
&& 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 \
|
||||
&& for i in \
|
||||
IO::Compress::Gzip \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user