fixed useradd bug

This commit is contained in:
udayakr 2019-02-10 16:44:28 +05:30 committed by GitHub
parent b648046eee
commit 4a95c22752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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