Restore useradd
This commit is contained in:
parent
b3cbff83c5
commit
3a878010bd
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ RUN wget -q https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/s
|
||||||
pip3 install sh
|
pip3 install sh
|
||||||
|
|
||||||
RUN groupadd -g $GID -o user
|
RUN groupadd -g $GID -o user
|
||||||
|
RUN useradd -u $UID -m -g user -G user
|
||||||
|
|
||||||
# Set the locale
|
# Set the locale
|
||||||
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||||
|
|
Loading…
Reference in a new issue