We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1babf7e commit 131ddd2Copy full SHA for 131ddd2
build/Dockerfile
@@ -73,7 +73,7 @@ RUN echo 'eval "$(pkgx --shellcode)"' >> .bashrc
73
74
ENV PATH=${PATH}:/home/linuxbrew/.linuxbrew/bin
75
76
-RUN sudo addgroup ${USER} nixbld
+RUN sudo usermod -a -G nixbld ${USER}
77
78
ENV FORCE=1
79
RUN curl -fsSL https://get.jetpack.io/devbox | bash
0 commit comments