diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-02 21:23:52 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-02 21:23:52 +0530 |
commit | 633474a4554c83782726afdf511cd7ae911e619b (patch) | |
tree | 1ba5d76cbaa3bebe03cc4ac486e086ef3afe82d9 | |
parent | 7250deead74c23749a3819725eabbfd78d12039e (diff) |
update
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |