[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
@@ -8,6 +8,8 @@ FROM alpine:3.12
# APK源配置:default / tencent / ustc / aliyun / huawei
ARG apt_source=tencent
ENV APP_USER=builder
LABEL \
"Version"="v3.12" \
"Description"="Docker image for Builder based on Alpine." \