Explorar el Código

Working image

Vadim Surkov hace 5 años
padre
commit
f4ecce69a3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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