@@ -5,17 +5,21 @@ pkgs.dockerTools.buildImage {
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "root";
|
||||
paths = with pkgs; [
|
||||
dockerTools.usrBinEnv
|
||||
dockerTools.binSh
|
||||
dockerTools.caCertificates
|
||||
bashInteractive
|
||||
coreutils
|
||||
gnugrep
|
||||
findutils
|
||||
curl
|
||||
];
|
||||
pathsToLink = [
|
||||
"/bin"
|
||||
"/lib"
|
||||
"/share"
|
||||
"/etc"
|
||||
"/usr"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user