From 5d795f845d937fb92ae6a9bf3ebdc02133de4013 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 10 Mar 2022 19:45:44 +0100 Subject: [PATCH] chore(docker): add some basic commandline tools to container --- nix/docker/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index ec4960492..f03f950ea 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -27,6 +27,7 @@ let curl wget netcat # just for manual testing within the pod, remove for production! openldap # just for manual testing within the pod, remove for production! iana-etc + unixtools.netstat htop gnugrep ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''