Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 18, 2024
1 parent 8cc7d54 commit d4965d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN apt-get update \
# RUN chmod +x llvm.sh
# RUN ./llvm.sh ${LLVM_VERSION}

ARG USER_ID=1000
ARG GROUP_ID=1000
ARG USER_ID=1001
ARG GROUP_ID=1001
RUN groupadd -g $GROUP_ID user && useradd -m -u $USER_ID -s /bin/sh -g user user

# RUN mkdir /nix
Expand Down

0 comments on commit d4965d6

Please sign in to comment.