summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Gleich <matthewgleich@gmail.com>2020-01-21 20:21:24 -0500
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-01-22 11:04:46 +0800
commit9432bedaa938eb0e5a48c9122dd41b08a8f0d740 (patch)
tree6237c7617596d5e2401422b58f34964cc28fee1d
parent80ac0fcf1b8e8d8681f34fd7d12e10b3ab450342 (diff)
downloadgitpython-9432bedaa938eb0e5a48c9122dd41b08a8f0d740.tar.gz
Add description label
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index b117e62b..27590c17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ FROM ubuntu:xenial
# Metadata
LABEL maintainer="jking@apache.org"
+LABEL description="CI enviroment for testing GitPython"A
ENV CONTAINER_USER=user
ENV DEBIAN_FRONTEND noninteractive