diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 08:00:12 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 08:00:12 -0400 |
commit | 3a878010bdbbc1a4ca63f0962ffafbc497a703ff (patch) | |
tree | aa8633eb2b23b371349e905897931abd546b8fa5 | |
parent | b3cbff83c5619db25d603b61742c76d5b55f13fe (diff) |
Restore useradd
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +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 # Set the locale ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr |