summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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