aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Strùˆder <mikezter@gmail.com>2017-05-03 14:36:47 +0200
committerMichael Strùˆder <mikezter@gmail.com>2017-05-03 14:36:47 +0200
commit708c7ab7e53e54f340fdd69acbbb12b54608156e (patch)
treec296a2a293abf79ad3b60b84edbd97c94005d9cf /Dockerfile
parentb6a310a42c65bc5f97c28db92c605363215716fe (diff)
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.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 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 <s101062801@m101.nthu.edu.tw>
-# Last Modified: 2017/01/21
RUN apk update && apk add git