浏览代码

Working image

Vadim Surkov 6 年之前
父节点
当前提交
f4ecce69a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -7,6 +7,6 @@ RUN --mount=type=bind,source=./files,target=/tmp/files \
     yum install -y epel-release \
     && yum install -y python2-pip \
     && pip install -r /tmp/files/requirements.txt \
-    && adduser provision
+    && adduser ansible
 
-USER provision
+USER ansible