diff --git a/Dockerfile b/Dockerfile index 0f0a1eb..a66ec9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:19.10 +LABEL maintainer="weesee@web.de" + RUN apt-get update \ && apt-get install -y \ software-properties-common \