mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix: try installing bashInteractive in the image directly
This commit is contained in:
parent
fbb88eac07
commit
43d8f7c472
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue