Fix useradd

This commit is contained in:
Pete Johanson 2020-05-11 08:13:55 -04:00
parent 3a878010bd
commit b57cfa1d92
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ RUN wget -q https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/s
pip3 install sh
RUN groupadd -g $GID -o user
RUN useradd -u $UID -m -g user -G user
RUN useradd -u $UID -m -g user user
# Set the locale
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr