mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 12:50:36 -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 = [
|
||||
"NIX_BUILD_SHELL=/bin/bash"
|
||||
"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"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user