Skip to content

Commit

Permalink
chore: add gnutar to the Docker container (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Aug 28, 2023
2 parents 8ee8c62 + e3acd0b commit e38a7e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e38a7e3

Please sign in to comment.