From 68b2e5fb82e9aa4042931f503360c064c08862f5 Mon Sep 17 00:00:00 2001 From: Alexis 'Horgix' Chotard Date: Fri, 24 Jun 2016 17:40:43 +0200 Subject: [PATCH] Dockerfile: add maintainer --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b9ceee1..b4b757f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM alpine:latest +MAINTAINER Radicale project "radicale@librelist.com" + # Base packages RUN apk update \ && apk upgrade \