From 3a878010bdbbc1a4ca63f0962ffafbc497a703ff Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 11 May 2020 08:00:12 -0400 Subject: [PATCH] Restore useradd --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e4b8a78d..fe7b0ea6 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