From 708c7ab7e53e54f340fdd69acbbb12b54608156e Mon Sep 17 00:00:00 2001 From: Michael Strùˆder Date: Wed, 3 May 2017 14:36:47 +0200 Subject: remove maintainer and last-modified lines from Dockerfile All contributers to this Dockerfile will be attributed through git. Since it is a simple Dockerfile, a dedicated maintainer is not necessary. Last-Modified timestamp is also availlable through git. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6a6a4e..65a399e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ FROM golang:alpine -MAINTAINER Quey-Liang Kao -# Last Modified: 2017/01/21 RUN apk update && apk add git -- cgit v1.3