summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-12-02 21:23:52 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-12-02 21:23:52 +0530
commit633474a4554c83782726afdf511cd7ae911e619b (patch)
tree1ba5d76cbaa3bebe03cc4ac486e086ef3afe82d9
parent7250deead74c23749a3819725eabbfd78d12039e (diff)
update
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 433263c..f4973e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y bc bison build-essential
RUN curl -o /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo
RUN chmod a+x /usr/local/bin/repo
-RUN useradd -m -s /bin/bash -u $userid -g $groupid $username
+RUN useradd -m -s /bin/bash -u $userid -g $groupid $username
WORKDIR /home/$username
USER $username