From e3acd0be6cd63adbdc1756d940a85e175b49eed2 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Mon, 28 Aug 2023 01:21:18 +0100 Subject: [PATCH] chore: add `gnutar` to the Docker container This is required for `kubectl cp`, which is potentially useful for getting databases into and out of the pod. Signed-off-by: Drew Hess --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 655b04ee9..70bbb019d 100644 --- a/flake.nix +++ b/flake.nix @@ -518,6 +518,11 @@ coreutils lsof procps + + # Required for `kubectl cp`, which is potentially + # useful for getting databases into and out of the + # pod. + gnutar ]); config =