[fix]增加使用Dockerfile变量定义用户

This commit is contained in:
2020-09-10 09:40:19 +08:00
parent def535c123
commit 22fe2fbfce
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -5,6 +5,8 @@ FROM debian:buster-slim
# APT源配置:default / tencent / ustc / aliyun / huawei
ARG apt_source=tencent
ENV APP_USER=builder
LABEL \
"Version"="v10" \
"Description"="Docker image for Builder based on Debian." \