summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-11 08:00:12 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-11 08:00:12 -0400
commit3a878010bdbbc1a4ca63f0962ffafbc497a703ff (patch)
treeaa8633eb2b23b371349e905897931abd546b8fa5
parentb3cbff83c5619db25d603b61742c76d5b55f13fe (diff)
Restore useradd
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e4b8a78..fe7b0ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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