feat(dgn-runners): Add curl and link usr/bin/env to bin/env for compatibility with nixos

This commit is contained in:
Tom Hubrecht 2023-12-22 18:23:48 +01:00
parent 1984cf9bd3
commit 9b49bd2721

View file

@ -62,6 +62,7 @@ in {
pkgs.bash
pkgs.colmena
pkgs.coreutils
pkgs.curl
pkgs.findutils
pkgs.gawk
pkgs.git
@ -173,6 +174,10 @@ in {
rpc: files
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
tar -cv . | tar -tvf -
tar -cv . | podman import - forgejo-runner-nix