fixed useradd bug

Tento commit je obsažen v:
udayakr 2019-02-10 16:44:28 +05:30 odevzdal GitHub
rodič b648046eee
revize 4a95c22752
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID klíče GPG: 4AEE18F83AFDEB23

Zobrazit soubor

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