mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
nix-unstable-static: add a PATH entry that can be used to bind mount more binaries into the system
This commit is contained in:
@@ -121,7 +121,8 @@ let
|
|||||||
Env = [
|
Env = [
|
||||||
"NIX_BUILD_SHELL=/bin/bash"
|
"NIX_BUILD_SHELL=/bin/bash"
|
||||||
"PAGER=cat"
|
"PAGER=cat"
|
||||||
"PATH=/bin"
|
# /host/bin can be used to extend the image with additional binaries
|
||||||
|
"PATH=/bin:/host/bin"
|
||||||
"SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt"
|
"SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user