forked from mirrors/nixpkgs
dockerTools: storePathToLayer use runtimeShell in script
This commit is contained in:
parent
373488e6f4
commit
5d429f6822
|
@ -284,7 +284,7 @@ rec {
|
|||
}:
|
||||
let
|
||||
storePathToLayer = substituteAll
|
||||
{ inherit (stdenv) shell;
|
||||
{ shell = runtimeShell;
|
||||
isExecutable = true;
|
||||
src = ./store-path-to-layer.sh;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#! @shell@
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in a new issue