mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
4 lines
111 B
Docker
4 lines
111 B
Docker
|
|
FROM ubuntu:14.04
|
||
|
|
MAINTAINER Robert Schumann <gutmensch@n-os.org>
|
||
|
|
RUN apt-get update && apt-get install -y git
|