1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

changes user id mapping

This commit is contained in:
nosamad
2019-03-20 01:32:55 +01:00
parent af0e355351
commit ebb3371b85
4 changed files with 13 additions and 5 deletions

View File

@@ -73,6 +73,8 @@ RUN set -x \
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
RUN useradd -ms /bin/bash test
ARG USERID=1000
RUN useradd -u $USERID -ms /bin/bash user

View File

@@ -75,6 +75,9 @@ RUN set -x \
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
RUN useradd -ms /bin/bash test
ARG USERID=1000
RUN useradd -u $USERID -ms /bin/bash user