diff options
| author | Michael Strùˆder <mikezter@gmail.com> | 2017-05-03 14:36:47 +0200 |
|---|---|---|
| committer | Michael Strùˆder <mikezter@gmail.com> | 2017-05-03 14:36:47 +0200 |
| commit | 708c7ab7e53e54f340fdd69acbbb12b54608156e (patch) | |
| tree | c296a2a293abf79ad3b60b84edbd97c94005d9cf | |
| parent | b6a310a42c65bc5f97c28db92c605363215716fe (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.
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
