Add basic image necessities
This commit is contained in:
@@ -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" [
|
||||||
|
|||||||
Reference in New Issue
Block a user