Skip to content

Commit

Permalink
Improve Dockerfile clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Aug 2, 2023
1 parent 384fd7e commit 6720570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacking/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN echo ". ~/.bashrc_extra" >> .bashrc

WORKDIR /tmp

ENV NIX_BUILD_SHELL=bash

ARG STATEFUL

COPY setup.sh .
Expand All @@ -39,4 +37,6 @@ RUN if [ "$STATEFUL" = "1" ]; then bash setup.sh; fi

COPY nix.conf /etc/nix/

ENV NIX_BUILD_SHELL=bash

WORKDIR /work

0 comments on commit 6720570

Please sign in to comment.