diff options
| author | spmfox <spmfox@foxwd.com> | 2024-10-31 17:12:00 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-10-31 17:12:00 -0400 |
| commit | a779ab016112935c8a0ad9500403e1fa3a08891a (patch) | |
| tree | 901d25f99defa87c58df19af6e45282db73b1ca7 /templates/bootcblade.containerfile.j2 | |
| parent | cc4b36a984a3aefe32b0f6e553ab0aade15d0bd1 (diff) | |
adding rsync
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index 2e7b956..d5c0a17 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -62,7 +62,7 @@ RUN dnf -y install `curl -s https://api.github.com/repos/ClementTsang/bottom/rel dnf clean all # Other tools -RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi && \ +RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync && \ dnf clean all # Fix for man |
