diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-15 15:41:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-15 15:41:18 +0300 |
commit | b2686a808679e2f84ab7a6adb0e3e12b2c068bac (patch) | |
tree | 4b44233c652e13fe147aada21cfa20f3a3b2c101 | |
parent | v2.6.0 (diff) | |
download | cgitize-b2686a808679e2f84ab7a6adb0e3e12b2c068bac.tar.gz cgitize-b2686a808679e2f84ab7a6adb0e3e12b2c068bac.zip |
Dockerfile: set maintainer label
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/"] |