aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c118c23..5e6d53a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,8 @@ RUN python3 -m venv /tmp/venv && \
FROM base
+LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>"
+
RUN apk add --no-cache bash git openssh-client python3 tini
COPY --from=build ["/tmp/venv", "/tmp/venv/"]