Skip to content

Commit 131ddd2

Browse files
committed
fix: use usermod instead of addgroup command
1 parent 1babf7e commit 131ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN echo 'eval "$(pkgx --shellcode)"' >> .bashrc
7373

7474
ENV PATH=${PATH}:/home/linuxbrew/.linuxbrew/bin
7575

76-
RUN sudo addgroup ${USER} nixbld
76+
RUN sudo usermod -a -G nixbld ${USER}
7777

7878
ENV FORCE=1
7979
RUN curl -fsSL https://get.jetpack.io/devbox | bash

0 commit comments

Comments
 (0)