mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
fix: use old syntax to install bashInteractive
This commit is contained in:
parent
43d8f7c472
commit
dabed33603
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ ARG NIX_TAG="latest"
|
|||
|
||||
FROM nixos/nix:$NIX_TAG
|
||||
|
||||
RUN nix profile install nixpkgs#bashInteractive
|
||||
RUN nix-env -iA nixpkgs.bashInteractive
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/
|
||||
COPY nix.conf /etc/nix/nix.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue