fix: try installing bashInteractive in the image directly

This commit is contained in:
TECHNOFAB 2023-12-15 15:39:28 +00:00
parent fbb88eac07
commit 43d8f7c472

View file

@ -2,6 +2,8 @@ ARG NIX_TAG="latest"
FROM nixos/nix:$NIX_TAG FROM nixos/nix:$NIX_TAG
RUN nix profile install nixpkgs#bashInteractive
COPY entrypoint.sh /usr/local/bin/ COPY entrypoint.sh /usr/local/bin/
COPY nix.conf /etc/nix/nix.conf COPY nix.conf /etc/nix/nix.conf
COPY nix.conf /root/.config/nix/nix.conf COPY nix.conf /root/.config/nix/nix.conf