Add basic image necessities
This commit is contained in:
@@ -29,14 +29,17 @@
|
||||
tag = "latest";
|
||||
contents = with pkgs; [
|
||||
bash
|
||||
cacert
|
||||
pkgs.dockerTools.binSh
|
||||
pkgs.dockerTools.caCertificates
|
||||
coreutils
|
||||
curlWithGnuTls
|
||||
pkgs.dockerTools.fakeNss
|
||||
gnugrep
|
||||
findutils
|
||||
jq
|
||||
packer
|
||||
shellcheck
|
||||
pkgs.dockerTools.usrBinEnv
|
||||
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
|
||||
];
|
||||
extraCommands = builtins.concatStringsSep "\n" [
|
||||
|
||||
Reference in New Issue
Block a user