We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385ee9 commit cae1ef0Copy full SHA for cae1ef0
dogfood/Dockerfile
@@ -316,7 +316,7 @@ COPY --from=proto /tmp/bin /usr/local/bin
316
RUN addgroup --system nixbld \
317
&& adduser coder nixbld \
318
&& for i in $(seq 1 30); do useradd -ms /bin/bash nixbld$i && adduser nixbld$i nixbld; done \
319
- && mkdir -m 0755 /nix && chown coder /nix \
+ && mkdir -m 0755 /nix && chown coder:coder /nix \
320
&& mkdir -p /etc/nix && echo 'sandbox = false' > /etc/nix/nix.conf
321
322
USER coder
0 commit comments