ARG NIX_TAG="latest" FROM nixos/nix:$NIX_TAG RUN nix profile install nixpkgs#bashInteractive COPY entrypoint.sh /usr/local/bin/ COPY nix.conf /etc/nix/nix.conf COPY nix.conf /root/.config/nix/nix.conf VOLUME "/mnt/nix/daemon-socket" VOLUME "/mnt/nix/store" ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]