We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafbf98 commit 375740bCopy full SHA for 375740b
docker/Dockerfile
@@ -64,8 +64,8 @@ RUN bash -c "source /opt/build.sh; GetNrfSdk;"
64
# McuBoot
65
RUN bash -c "source /opt/build.sh; GetMcuBoot;"
66
67
-# Add the infinitime user for connecting devcontainer
68
-RUN adduser infinitime
+# Add the infinitime user with sudo password "it" for developing in devcontainer
+RUN adduser infinitime && echo "infinitime:it" | chpasswd && usermod -aG sudo infinitime
69
70
# Configure Git to accept the /sources directory as safe
71
RUN git config --global --add safe.directory /sources
0 commit comments