fixed useradd bug
This commit is contained in:
parent
b648046eee
commit
4a95c22752
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN $PYTHON -m pip install pyinstaller==$PYINSTALLER_VERSION pyyaml==$PYYAML_VER
|
||||||
|
|
||||||
#include pyinstaller
|
#include pyinstaller
|
||||||
# RUN pip install 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
|
# Set the user to use when running a container
|
||||||
#USER pyinstaller
|
#USER pyinstaller
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue