diff options
| author | spmfox <spmfox@foxwd.com> | 2024-10-19 12:57:19 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-10-19 12:57:19 -0400 |
| commit | 4ebb8f13588b363db63d07535ceccd3a36572389 (patch) | |
| tree | 3388b43b74a3516dec19155abe01d83a2015c46e | |
| parent | c28bf91e65954b2b7c68b75e4bee7f5797b72708 (diff) | |
adding wireguard
| -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 f2f3ddc..8f53937 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 && \ +RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools && \ dnf clean all # Fix for man |
