fix: use old syntax to install bashInteractive

This commit is contained in:
TECHNOFAB 2023-12-15 15:41:26 +00:00
parent 43d8f7c472
commit dabed33603

View file

@ -2,7 +2,7 @@ ARG NIX_TAG="latest"
FROM nixos/nix:$NIX_TAG FROM nixos/nix:$NIX_TAG
RUN nix profile install nixpkgs#bashInteractive RUN nix-env -iA 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