Add basic image necessities

This commit is contained in:
Greg Hellings
2024-04-16 15:40:27 -05:00
parent 4d2e583e6a
commit bf092167c3
+4 -1
View File
@@ -29,14 +29,17 @@
tag = "latest"; tag = "latest";
contents = with pkgs; [ contents = with pkgs; [
bash bash
cacert pkgs.dockerTools.binSh
pkgs.dockerTools.caCertificates
coreutils coreutils
curlWithGnuTls curlWithGnuTls
pkgs.dockerTools.fakeNss
gnugrep gnugrep
findutils findutils
jq jq
packer packer
shellcheck shellcheck
pkgs.dockerTools.usrBinEnv
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];})) (xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
]; ];
extraCommands = builtins.concatStringsSep "\n" [ extraCommands = builtins.concatStringsSep "\n" [