From 4a95c2275281b46a11bdbf76cbdfe27dfc901cd2 Mon Sep 17 00:00:00 2001 From: udayakr <37626471+udayakr@users.noreply.github.com> Date: Sun, 10 Feb 2019 16:44:28 +0530 Subject: [PATCH] fixed useradd bug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a3f4aa..638c958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN $PYTHON -m pip install pyinstaller==$PYINSTALLER_VERSION pyyaml==$PYYAML_VER #include pyinstaller # RUN pip install pyinstaller && \ - useradd -m -s /bin/bash pyinstaller + # useradd -m -s /bin/bash pyinstaller # Set the user to use when running a container #USER pyinstaller