mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-18 18:26:28 +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 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 \
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user