Skip to content

Commit cae1ef0

Browse files
ghuntleymafredri
andauthored
chown coder:coder /nix
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent b385ee9 commit cae1ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ COPY --from=proto /tmp/bin /usr/local/bin
316316
RUN addgroup --system nixbld \
317317
&& adduser coder nixbld \
318318
&& 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 \
319+
&& mkdir -m 0755 /nix && chown coder:coder /nix \
320320
&& mkdir -p /etc/nix && echo 'sandbox = false' > /etc/nix/nix.conf
321321

322322
USER coder

0 commit comments

Comments
 (0)