Skip to content

Commit 3a088e1

Browse files
style/linting adjustments.
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 2e3db30 commit 3a088e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dogfood/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ COPY --from=rust-utils /tmp/bin /usr/local/bin
313313
COPY --from=proto /tmp/bin /usr/local/bin
314314

315315
# Configure Nix without sandboxing - https://github.com/NixOS/nix/issues/2636#issuecomment-455302745
316-
RUN mkdir -p /nix /etc/nix \
317-
&& chmod a+rwx /nix \
318-
&& echo 'sandbox = false' > /etc/nix/nix.conf
316+
RUN mkdir -p /nix /etc/nix && \
317+
chmod a+rwx /nix && \
318+
echo 'sandbox = false' > /etc/nix/nix.conf
319319

320320
USER coder
321321

0 commit comments

Comments
 (0)