feat(dgn-runners): Add curl and link usr/bin/env to bin/env for compatibility with nixos
This commit is contained in:
parent
1984cf9bd3
commit
9b49bd2721
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,7 @@ in {
|
||||||
pkgs.bash
|
pkgs.bash
|
||||||
pkgs.colmena
|
pkgs.colmena
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
|
pkgs.curl
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
pkgs.git
|
pkgs.git
|
||||||
|
@ -173,6 +174,10 @@ in {
|
||||||
rpc: files
|
rpc: files
|
||||||
NSSWITCH
|
NSSWITCH
|
||||||
|
|
||||||
|
# Link usr/bin/env
|
||||||
|
mkdir -p usr/bin
|
||||||
|
ln -s /bin/env usr/bin/env
|
||||||
|
|
||||||
# list the content as it will be imported into the container
|
# list the content as it will be imported into the container
|
||||||
tar -cv . | tar -tvf -
|
tar -cv . | tar -tvf -
|
||||||
tar -cv . | podman import - forgejo-runner-nix
|
tar -cv . | podman import - forgejo-runner-nix
|
||||||
|
|
Loading…
Reference in a new issue